Ver Fonte

显示遮住的数据

yangjie há 2 meses atrás
pai
commit
7641dc6d99

+ 1 - 1
src/view/client/12345/RiskTrend/colors.js

@@ -11,7 +11,7 @@ export default {
   areaColorStart1: "#3EA3E2",
   areaColorStart2: "#5BECF8",
   // 面积图结束位置的颜色
-  areaColorEnd1: "rgba(62, 163, 226, 0.1)",
+  areaColorEnd1: "rgba(62, 163, 226, 0.05)",
   areaColorEnd2: "transparent",
   // y类目轴颜色
   yAxisSplitLineColor: "rgba(204, 204, 204, 0.2)",

+ 1 - 1
src/view/client/12345/RiskTrend/index.vue

@@ -49,7 +49,7 @@ export default {
         // },
         grid: {
           left: "2%",
-          right: "2%",
+          right: "3%",
           bottom: "2%",
           containLabel: true,
         },