From 28cb60db7c8e5c22e9a423113b0f18256de3c518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Fri, 6 Sep 2024 10:08:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=98=BE=E7=A4=BA=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/layout/components/main/index.scss | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) 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;