Browse Source

【issues/6374】暗黑主题按钮样式丢失

pull/6912/head
JEECG 4 months ago
parent
commit
7015eef621
  1. 33
      jeecgboot-vue3/src/design/index.less

33
jeecgboot-vue3/src/design/index.less

@ -186,24 +186,23 @@ html[data-theme='dark'] {
.ant-upload-text-icon, a { .ant-upload-text-icon, a {
color:rgba(255, 255, 255, 0.25) ; color:rgba(255, 255, 255, 0.25) ;
} }
} .ant-select-selector,
.ant-btn,
.ant-select-selector, .ant-input,
.ant-btn, .ant-input-affix-wrapper,
.ant-input, .ant-picker,
.ant-input-affix-wrapper, .ant-input-number {
.ant-picker, background-color: transparent !important;
.ant-input-number { }
background-color: transparent !important;
}
.ant-select-selection-item { .ant-select-selection-item {
background-color: transparent !important; background-color: transparent !important;
} }
// 暗黑模式下输入框等icon隐藏 // 暗黑模式下输入框等icon隐藏
.ant-picker-suffix,.ant-select-arrow { .ant-picker-suffix,.ant-select-arrow {
content:" "; content:" ";
display: none; display: none;
}
} }
} }
.jeecg-form-detail-effect { .jeecg-form-detail-effect {

Loading…
Cancel
Save