From 67036fb0ed31d77ca33b660ce5f9f47c29ae65c0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 03 三月 2024 11:47:46 +0800 Subject: [PATCH] 2024-03-03 --- src/tabviews/zshare/topSearch/index.scss | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/topSearch/index.scss b/src/tabviews/zshare/topSearch/index.scss index cefe1d5..9d96cca 100644 --- a/src/tabviews/zshare/topSearch/index.scss +++ b/src/tabviews/zshare/topSearch/index.scss @@ -6,6 +6,9 @@ float: none; vertical-align: top; } + .ant-checkbox-wrapper { + color: rgba(0, 0, 0, 0.85); + } .ant-form-item { display: flex; margin-bottom: 0px; @@ -21,6 +24,9 @@ .ant-form-item-label { text-overflow: ellipsis; } + label[title=" "]::after, label[title=" "]::after { + display: none; + } .daterange .ant-calendar-picker-input { padding: 4px 20px 4px 5px; font-size: 13px; -- Gitblit v1.8.0