فهرست منبع

修复图表响应式变化中溢出的问题

nikogu 8 سال پیش
والد
کامیت
51fc5344f6
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/components/Charts/index.less

+ 3 - 0
src/components/Charts/index.less

@@ -5,5 +5,8 @@
     position: absolute;
     bottom: -34px;
     width: 100%;
+    & > div {
+      overflow: hidden;
+    }
   }
 }