Browse Source

style(dialog): footer__button min-width modify

richard1015 4 years ago
parent
commit
b38e273701
1 changed files with 1 additions and 1 deletions
  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;
 
     .nut-button {
-      flex: 1;
+      min-width: 100px;
     }
 
     &-cancel {