From 0b8381328068394891541b6e3824f9afb2cc9fa1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 04 七月 2023 13:53:33 +0800 Subject: [PATCH] 2023-07-04 --- src/menu/components/card/balcony/index.scss | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/menu/components/card/balcony/index.scss b/src/menu/components/card/balcony/index.scss index 1108b2c..418b226 100644 --- a/src/menu/components/card/balcony/index.scss +++ b/src/menu/components/card/balcony/index.scss @@ -1,5 +1,5 @@ .menu-balcony-edit-box { - position: relative; + position: unset!important; box-sizing: border-box; background: #ffffff; background-position: center center; @@ -8,6 +8,8 @@ min-height: 30px; display: flex; overflow: hidden; + max-width: 100%; + transform: none!important; .check-all { width: 70px; -- Gitblit v1.8.0