From 2aefa390a9a93179f134438dfa15888159b5d46e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 04 七月 2023 14:32:24 +0800 Subject: [PATCH] Merge branch 'develop' --- 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