mirror of https://github.com/jeecgboot/jeecg-boot
【issues/6374】暗黑主题按钮样式丢失
parent
fd92d516ee
commit
7015eef621
|
@ -186,8 +186,6 @@ html[data-theme='dark'] {
|
|||
.ant-upload-text-icon, a {
|
||||
color:rgba(255, 255, 255, 0.25) ;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-select-selector,
|
||||
.ant-btn,
|
||||
.ant-input,
|
||||
|
@ -206,6 +204,7 @@ html[data-theme='dark'] {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
.jeecg-form-detail-effect {
|
||||
.ant-select-selector,
|
||||
.ant-btn,
|
||||
|
|
Loading…
Reference in New Issue