From ec9ec46ceba30ed49fa09587bb12be93457e2470 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 18:29:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B5=E8=84=91=E5=B0=8F=E7=93=B6=E7=9A=84?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/layout/components/main/index.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/layout/components/main/index.scss b/src/views/layout/components/main/index.scss index 6c0902ae..8270ea16 100644 --- a/src/views/layout/components/main/index.scss +++ b/src/views/layout/components/main/index.scss @@ -366,6 +366,12 @@ } } +@media screen and (max-width: 1640px) { + .main .acticons .el-button { + width: 8rem; + } +} + @media screen and (max-width: 1560px) { .siderbar { width: 32rem;