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 {
|
||||
margin-bottom: @notice-margin-bottom;
|
||||
padding: @notice-padding;
|
||||
border: 1px solid @border-color-split;
|
||||
//border: 1px solid @border-color-split;
|
||||
border-radius: @border-radius-small;
|
||||
box-shadow: @shadow-base;
|
||||
background: #fff;
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
},
|
||||
data () {
|
||||
return {
|
||||
modal1: true
|
||||
modal1: false
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
|
Loading…
Add table
Reference in a new issue