diff --git a/src/views/layout/components/main/index.scss b/src/views/layout/components/main/index.scss index 54801ac0..6ce5c43b 100644 --- a/src/views/layout/components/main/index.scss +++ b/src/views/layout/components/main/index.scss @@ -39,14 +39,6 @@ display: none; } } -@media screen and (max-width: 1560px) { - .siderbar { - width: 32rem; - } - .drawer-container { - display: none; - } -} .main { flex: 1; position: relative; @@ -272,6 +264,19 @@ } } } +@media screen and (max-width: 1680px) { + .main .acticons .el-button { + width: 10rem; + } +} +@media screen and (max-width: 1560px) { + .siderbar { + width: 32rem; + } + .drawer-container { + display: none; + } +} .seat { background: transparent; height: 0.2rem;