mirror of https://github.com/jeecgboot/jeecg-boot
【issues/6374】暗黑主题按钮样式丢失
parent
fd92d516ee
commit
7015eef621
|
@ -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-input,
|
||||||
|
.ant-input-affix-wrapper,
|
||||||
|
.ant-picker,
|
||||||
|
.ant-input-number {
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
.ant-select-selector,
|
.ant-select-selection-item {
|
||||||
.ant-btn,
|
background-color: transparent !important;
|
||||||
.ant-input,
|
}
|
||||||
.ant-input-affix-wrapper,
|
// 暗黑模式下输入框等icon隐藏
|
||||||
.ant-picker,
|
.ant-picker-suffix,.ant-select-arrow {
|
||||||
.ant-input-number {
|
content:" ";
|
||||||
background-color: transparent !important;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-select-selection-item {
|
|
||||||
background-color: transparent !important;
|
|
||||||
}
|
|
||||||
// 暗黑模式下输入框等icon隐藏
|
|
||||||
.ant-picker-suffix,.ant-select-arrow {
|
|
||||||
content:" ";
|
|
||||||
display: none;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.jeecg-form-detail-effect {
|
.jeecg-form-detail-effect {
|
||||||
|
|
Loading…
Reference in New Issue