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/index.scss | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/topSearch/index.scss b/src/tabviews/zshare/topSearch/index.scss index 9d96cca..bf4590a 100644 --- a/src/tabviews/zshare/topSearch/index.scss +++ b/src/tabviews/zshare/topSearch/index.scss @@ -5,9 +5,11 @@ display: inline-block; float: none; vertical-align: top; + text-align: left; } .ant-checkbox-wrapper { color: rgba(0, 0, 0, 0.85); + white-space: nowrap; } .ant-form-item { display: flex; @@ -34,6 +36,9 @@ .ant-select-dropdown { z-index: 10 !important; } + .ant-radio-group { + white-space: nowrap; + } .ant-calendar-picker-container { z-index: 10 !important; } @@ -50,7 +55,7 @@ } .search-button { min-height: 55px; - .ant-btn-link, .ant-btn-link:hover, .ant-btn-link:active{ + .ant-btn-link, .ant-btn-link:hover, .ant-btn-link:active { border-color: transparent; span { position: relative; -- Gitblit v1.8.0