From 836722dd114fa35967a5e96be96ba4503ebf8e1d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 29 十二月 2022 17:29:11 +0800 Subject: [PATCH] 2022-12-29 --- src/tabviews/custom/components/module/account/index.scss | 17 +++++++++++++++-- 1 files changed, 15 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..4b04107 100644 --- a/src/tabviews/custom/components/module/account/index.scss +++ b/src/tabviews/custom/components/module/account/index.scss @@ -5,10 +5,23 @@ background-position: center center; background-repeat: no-repeat; background-size: cover; - min-height: 150px; - overflow-y: auto; color: #000000; + .ant-select { + min-width: 250px; + max-width: 300px; + color: #000000; + } + + .date { + margin-left: 15px; + } } +.mk-add-book { + padding: 4px 8px 10px; + cursor: pointer; + text-align: center; + color: var(--mk-sys-color); +} -- Gitblit v1.8.0