optimize Notice style
optimize Notice style
This commit is contained in:
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
|
@ -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;
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
},
|
},
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
modal1: true
|
modal1: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue