Explorar el Código

Merge branch 'style-fix' into online

wolyshaw hace 4 años
padre
commit
39a31e7960
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,