dialog 适配移动端

This commit is contained in:
不做码农 2022-04-24 18:13:19 +08:00
parent e70e005e10
commit f12fb8af84

View File

@ -119,8 +119,8 @@
// dialog
@media screen and (max-width: 500px) {
.el-dialog__wrapper .el-dialog {
width: 95% !important;
.el-dialog {
--el-dialog-width: 100% !important
}
}