optimize Message style
optimize Message style
This commit is contained in:
parent
b094c2b6b7
commit
4901af54c5
4 changed files with 5 additions and 5 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -20,8 +20,8 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
right: 50%;
|
right: 50%;
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
border-radius: @border-radius-base;
|
border: 1px solid @border-color-split;
|
||||||
border: 1px solid @border-color-base;
|
border-radius: @border-radius-small;
|
||||||
box-shadow: @shadow-base;
|
box-shadow: @shadow-base;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
info () {
|
info () {
|
||||||
Message.info('欢迎来到iView', 3, () => {
|
Message.info('欢迎来到iView', 1000, () => {
|
||||||
console.log('close info');
|
console.log('close info');
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue