From 7015eef62189ef13f8f9d74fdd604620161fb65b Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Thu, 11 Jul 2024 10:37:18 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90issues/6374=E3=80=91=E6=9A=97=E9=BB=91?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=E4=B8=A2?= =?UTF-8?q?=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3/src/design/index.less | 33 ++++++++++++++-------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/jeecgboot-vue3/src/design/index.less b/jeecgboot-vue3/src/design/index.less index ccc955e1..5d4246fd 100644 --- a/jeecgboot-vue3/src/design/index.less +++ b/jeecgboot-vue3/src/design/index.less @@ -186,24 +186,23 @@ html[data-theme='dark'] { .ant-upload-text-icon, a { color:rgba(255, 255, 255, 0.25) ; } - } - - .ant-select-selector, - .ant-btn, - .ant-input, - .ant-input-affix-wrapper, - .ant-picker, - .ant-input-number { - background-color: transparent !important; - } + .ant-select-selector, + .ant-btn, + .ant-input, + .ant-input-affix-wrapper, + .ant-picker, + .ant-input-number { + background-color: transparent !important; + } - .ant-select-selection-item { - background-color: transparent !important; - } - // 暗黑模式下输入框等icon隐藏 - .ant-picker-suffix,.ant-select-arrow { - content:" "; - display: none; + .ant-select-selection-item { + background-color: transparent !important; + } + // 暗黑模式下输入框等icon隐藏 + .ant-picker-suffix,.ant-select-arrow { + content:" "; + display: none; + } } } .jeecg-form-detail-effect {