浏览代码

Merge branch 'style-fix' into online

wolyshaw 4 年之前
父节点
当前提交
39a31e7960
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/overflow-text/index.vue

+ 1 - 1
src/components/overflow-text/index.vue

@@ -23,7 +23,7 @@ export default {
     },
     width: {
       type: String,
-      default: '200px'
+      default: 'auto'
     },
     split: {
       type: Boolean,