소스 검색

perf: 修改进度条的长度

奔跑的面条 2 년 전
부모
커밋
f3bfe00aa9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/chart/ContentEdit/components/EditBottom/index.vue

+ 1 - 1
src/views/chart/ContentEdit/components/EditBottom/index.vue

@@ -165,7 +165,7 @@ $max-width: 670px;
     .scale-slider {
       position: relative;
       top: -4px;
-      width: 200px;
+      width: 100px;
     }
   }
 }