Showing
1 changed file
with
2 additions
and
2 deletions
@@ -10,8 +10,8 @@ | @@ -10,8 +10,8 @@ | ||
10 | </div> | 10 | </div> |
11 | <div class="modal-footer"> | 11 | <div class="modal-footer"> |
12 | <slot name="footer"> | 12 | <slot name="footer"> |
13 | - <Button class="btn" type="button" @click="onCancel">{{cancelText}}</Button> | ||
14 | <Button class="btn" :class="{active: loading}" type="button" @click="onSure">{{sureText}}</Button> | 13 | <Button class="btn" :class="{active: loading}" type="button" @click="onSure">{{sureText}}</Button> |
14 | + <Button class="btn" type="button" @click="onCancel">{{cancelText}}</Button> | ||
15 | </slot> | 15 | </slot> |
16 | </div> | 16 | </div> |
17 | </div> | 17 | </div> |
@@ -126,7 +126,7 @@ export default { | @@ -126,7 +126,7 @@ export default { | ||
126 | height: 100px; | 126 | height: 100px; |
127 | background: none; | 127 | background: none; |
128 | 128 | ||
129 | - &:first-child { | 129 | + &:last-child { |
130 | color: #999; | 130 | color: #999; |
131 | } | 131 | } |
132 | } | 132 | } |
-
Please register or login to post a comment