optimize Notice style

optimize Notice style
This commit is contained in:
梁灏 2016-11-10 11:33:31 +08:00
parent 07969ebd9a
commit e1f5fded66
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -14,7 +14,7 @@
&-notice { &-notice {
margin-bottom: @notice-margin-bottom; margin-bottom: @notice-margin-bottom;
padding: @notice-padding; padding: @notice-padding;
border: 1px solid @border-color-split; //border: 1px solid @border-color-split;
border-radius: @border-radius-small; border-radius: @border-radius-small;
box-shadow: @shadow-base; box-shadow: @shadow-base;
background: #fff; background: #fff;

View file

@ -33,7 +33,7 @@
}, },
data () { data () {
return { return {
modal1: true modal1: false
} }
}, },
computed: { computed: {