浏览代码

优化波浪线显示效果

zq 4 天之前
父节点
当前提交
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`,
       };