This commit is contained in:
zhutianqi
2021-12-02 17:56:51 +08:00
parent 665fe0f307
commit 3d12b97463
2 changed files with 16 additions and 1 deletions
+5
View File
@@ -2,3 +2,8 @@
width: 100%;
height: 100%;
}
@media screen and (max-width: 1366px) {
.el-message {
min-width: 200px !important;
}
}