From e9fd223808acd420440ea30df8150df95e06c4a3 Mon Sep 17 00:00:00 2001 From: weifashi <605403358@qq.com> Date: Fri, 8 Dec 2023 01:52:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E4=BC=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/dialog-droup-word-chain.scss | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/assets/sass/pages/components/dialog-droup-word-chain.scss b/resources/assets/sass/pages/components/dialog-droup-word-chain.scss index e99c97b70..3d1ae57c9 100644 --- a/resources/assets/sass/pages/components/dialog-droup-word-chain.scss +++ b/resources/assets/sass/pages/components/dialog-droup-word-chain.scss @@ -64,14 +64,12 @@ } } .initiate{ - padding: 10px 0; gap: 5px; white-space: nowrap; text-overflow: ellipsis; overflow-y: auto; - min-height: 40px; - margin-right: 32px; - padding-bottom: 20px; + min-height: 26px; + margin: 10px 32px 20px 0; .ivu-input{ border-color: #fff !important; } @@ -122,12 +120,14 @@ body.window-portrait { .dialog-droup-word-chain { - .ivu-modal-body{ - padding-top: 10px !important; - max-height: 100%; - } - .word-chain-body{ - max-height: 100%; + .ivu-modal-fullscreen{ + .ivu-modal-body{ + padding-top: 10px !important; + max-height: 100%; + } + .word-chain-body{ + max-height: 100%; + } } } }