Browse Source

fix: 微调

shenqistart 5 years ago
parent
commit
286c2ab8f2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/packages/button/demo.vue

+ 2 - 2
src/packages/button/demo.vue

@@ -30,7 +30,7 @@
       <nut-button size="middle" type="bottom">更多</nut-button>
     </div>
     <h4>常规按钮</h4>
-    <div class="bg">
+    <div>
       <nut-button @click="clickHandler" :disabled="disabled">去结算</nut-button>
       <nut-button disabled>去结算(disabled)</nut-button>
     </div>
@@ -136,7 +136,7 @@ export default {
 .btn-size {
   display: flex;
   align-items: flex-end;
-  justify-content: space-around;
+  justify-content: space-between;
   margin-top: 24px;
 
   &.two {