ソースを参照

modify canvas tools css

haojianlong 5 年 前
コミット
db39bc1168
1 ファイル変更4 行追加2 行削除
  1. 4 2
      src/components/business_space/newGraphy/canvasFun.vue

+ 4 - 2
src/components/business_space/newGraphy/canvasFun.vue

@@ -53,7 +53,7 @@ export default {
       default: false
     }
   },
-  computed:{
+  computed: {
 
   },
   methods: {
@@ -140,9 +140,11 @@ export default {
     height: 40px;
     padding: 0;
     /deep/.el-slider__runway {
-      margin: 17px 0;
+      margin: 18px 0;
+      height: 4px;
       .el-slider__bar {
         background-color: #fff;
+        height: 4px;
       }
     }
   }