forked from AkkomaGang/admin-fe
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 {
|
.el-message {
|
||||||
min-width: 80%;
|
min-width: 80%;
|
||||||
}
|
}
|
||||||
|
.el-message-box {
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
.el-select__tags {
|
.el-select__tags {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue