ソースを参照

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,