From 4fcad7ab9334897449360194848cec1c998973df Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 18 一月 2021 17:49:16 +0800 Subject: [PATCH] 2021-01-18 --- src/assets/css/main.scss | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/src/assets/css/main.scss b/src/assets/css/main.scss index 400975a..6deb445 100644 --- a/src/assets/css/main.scss +++ b/src/assets/css/main.scss @@ -301,6 +301,34 @@ background: rgba(0, 0, 0, 0); } } +// 璁剧疆妯℃�佹鏍峰紡锛岃瀹氭渶澶ф渶灏忛珮搴︼紝閲嶇疆婊氬姩鏉� +.action-modal { + .ant-modal { + max-width: 95vw; + top: 70px; + } + .ant-modal-body { + max-height: calc(100vh - 205px); + min-height: 150px; + overflow-y: auto; + padding-bottom: 35px; + } + .ant-modal-body::-webkit-scrollbar { + width: 7px; + height: 7px; + } + .ant-modal-body::-webkit-scrollbar-thumb { + border-radius: 5px; + box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13); + background: rgba(0, 0, 0, 0.13); + } + .ant-modal-body::-webkit-scrollbar-track { + box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); + border-radius: 3px; + border: 1px solid rgba(0, 0, 0, 0.07); + background: rgba(0, 0, 0, 0); + } +} .ant-drawer { z-index: 1080!important; -- Gitblit v1.8.0