From 50b49c1b760489c3430fc382656d57c5fbbab07c Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 29 四月 2024 16:07:24 +0800
Subject: [PATCH] 2024-04-29

---
 src/tabviews/zshare/topSearch/advanceform/index.scss |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/zshare/topSearch/advanceform/index.scss b/src/tabviews/zshare/topSearch/advanceform/index.scss
index fa9af70..2312e65 100644
--- a/src/tabviews/zshare/topSearch/advanceform/index.scss
+++ b/src/tabviews/zshare/topSearch/advanceform/index.scss
@@ -7,6 +7,10 @@
     float: none;
     vertical-align: top;
   }
+  .ant-checkbox-wrapper {
+    color: rgba(0, 0, 0, 0.85);
+    white-space: nowrap;
+  }
   .ant-form-item {
     display: flex;
     margin-bottom: 0px;
@@ -32,6 +36,9 @@
   .ant-select-dropdown {
     z-index: 10 !important;
   }
+  .ant-radio-group {
+    white-space: nowrap;
+  }
   .ant-calendar-picker-container {
     z-index: 10 !important;
   }

--
Gitblit v1.8.0