浏览代码

style(dialog): footer__button min-width modify

richard1015 4 年之前
父节点
当前提交
b38e273701
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/packages/__VUE/dialog/index.scss

+ 1 - 1
src/packages/__VUE/dialog/index.scss

@@ -35,7 +35,7 @@
     justify-content: space-around;
     justify-content: space-around;
 
 
     .nut-button {
     .nut-button {
-      flex: 1;
+      min-width: 100px;
     }
     }
 
 
     &-cancel {
     &-cancel {