소스 검색

优化波浪线显示效果

zq 5 일 전
부모
커밋
93dd47160c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/book/courseware/create/components/base/divider/Divider.vue

+ 1 - 1
src/views/book/courseware/create/components/base/divider/Divider.vue

@@ -32,7 +32,7 @@ export default {
       return {
         margin: `${this.data.property.height / 2}px 0`,
         width: `${this.data.property.width}px`,
-        height: '10px',
+        height: '11px',
         color: `${this.data.property.color}`,
         letterSpacing: `${this.data.property.width}px`,
       };