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/share/tabtransfer/index.scss | 41 ----------------------------------------- 1 files changed, 0 insertions(+), 41 deletions(-) diff --git a/src/tabviews/custom/components/share/tabtransfer/index.scss b/src/tabviews/custom/components/share/tabtransfer/index.scss index ee84ed1..e69de29 100644 --- a/src/tabviews/custom/components/share/tabtransfer/index.scss +++ b/src/tabviews/custom/components/share/tabtransfer/index.scss @@ -1,41 +0,0 @@ -.ant-advanced-search-form.top-search { - padding: 0px 24px 10px; - border-bottom: 1px solid #efefef; - .ant-form-item { - display: flex; - margin-bottom: 0px; - min-height: 60px; - .ant-form-explain { - white-space: nowrap; - } - } - .ant-form-item-control-wrapper { - flex: 1; - width: calc(100% - 100px); - } - .ant-form-item-label { - // width: 100px; - text-overflow: ellipsis; - } - .daterange .ant-calendar-picker-input { - padding: 4px 20px 4px 5px; - font-size: 13px; - } - .ant-select-dropdown { - z-index: 10 !important; - } - .ant-calendar-picker-container { - z-index: 10 !important; - } - .group-required { - label::before { - display: inline-block; - margin-right: 4px; - color: #f5222d; - font-size: 14px; - font-family: SimSun, sans-serif; - line-height: 1; - content: '*'; - } - } -} \ No newline at end of file -- Gitblit v1.8.0