From 8d66ff34fae5b048a6b7923cc75d34f13a08be9d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 02 八月 2022 11:42:43 +0800 Subject: [PATCH] Merge branch 'develop' --- src/templates/sharecomponent/settingcomponent/index.scss | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/templates/sharecomponent/settingcomponent/index.scss b/src/templates/sharecomponent/settingcomponent/index.scss index f3c50d4..41b2501 100644 --- a/src/templates/sharecomponent/settingcomponent/index.scss +++ b/src/templates/sharecomponent/settingcomponent/index.scss @@ -15,10 +15,9 @@ padding-bottom: 5px; .ant-modal-body { max-height: calc(100vh - 190px); + min-height: 250px; overflow-y: auto; - // .ant-empty { - // margin: 15vh 8px; - // } + padding-top: 10px; } .ant-modal-body::-webkit-scrollbar { width: 7px; @@ -34,5 +33,8 @@ border: 1px solid rgba(0, 0, 0, 0.07); background: rgba(0, 0, 0, 0); } + .ant-empty-normal { + margin: 5px 0px; + } } } \ No newline at end of file -- Gitblit v1.8.0