perf: style fix

This commit is contained in:
pipipi-pikachu 2023-07-23 10:31:03 +08:00
parent 0b5615c533
commit 371f730036

View File

@ -56,3 +56,12 @@
.ant-tooltip .ant-tooltip-arrow::before {
height: 4px !important;
}
// input
.ant-input-number-affix-wrapper-disabled .ant-input-number-disabled {
background-color: transparent !important;
.ant-input-number-input {
color: rgba(0, 0, 0, 0.25) !important;
}
}