Browse Source

modify canvas tools css

haojianlong 5 years ago
parent
commit
db39bc1168
1 changed files with 4 additions and 2 deletions
  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
       default: false
     }
     }
   },
   },
-  computed:{
+  computed: {
 
 
   },
   },
   methods: {
   methods: {
@@ -140,9 +140,11 @@ export default {
     height: 40px;
     height: 40px;
     padding: 0;
     padding: 0;
     /deep/.el-slider__runway {
     /deep/.el-slider__runway {
-      margin: 17px 0;
+      margin: 18px 0;
+      height: 4px;
       .el-slider__bar {
       .el-slider__bar {
         background-color: #fff;
         background-color: #fff;
+        height: 4px;
       }
       }
     }
     }
   }
   }