Fix message box width
This commit is contained in:
parent
e8e43c236d
commit
8ce0e8073f
1 changed files with 3 additions and 0 deletions
|
@ -555,6 +555,9 @@
|
|||
.el-message {
|
||||
min-width: 80%;
|
||||
}
|
||||
.el-message-box {
|
||||
width: 80%;
|
||||
}
|
||||
.el-select__tags {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue