From f3d4db769ba9b51b799d981511a710fd443d0e08 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 21 四月 2025 12:18:03 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/tabviews/custom/components/module/account/index.scss | 25 +++++++++++++++++++++++-- 1 files changed, 23 insertions(+), 2 deletions(-) diff --git a/src/tabviews/custom/components/module/account/index.scss b/src/tabviews/custom/components/module/account/index.scss index 13b76cb..68b9ba8 100644 --- a/src/tabviews/custom/components/module/account/index.scss +++ b/src/tabviews/custom/components/module/account/index.scss @@ -5,10 +5,31 @@ background-position: center center; background-repeat: no-repeat; background-size: cover; - min-height: 150px; - overflow-y: auto; color: #000000; + .ant-select { + width: 270px; + color: #000000; + } + + .date { + margin-left: 15px; + } + .ant-select.ant-select-disabled { + .ant-select-selection:hover { + border-color: #d9d9d9; + } + .ant-select-selection, .ant-select-selection:focus, .ant-select-selection:active { + border-color: #d9d9d9; + box-shadow: none; + } + } } +.mk-add-book { + padding: 4px 8px 10px; + cursor: pointer; + text-align: center; + color: var(--mk-sys-color); +} -- Gitblit v1.8.0