This commit is contained in:
2025-12-05 10:05:56 +08:00
25 changed files with 247 additions and 139 deletions

View File

@ -491,4 +491,14 @@
display: none;
}
}
.ant-input-number-disabled {
border: none !important;
background-color: transparent !important;
padding-left: 0 !important;
color: rgb(0 0 0 / 85%) !important;
}
.ant-input-disabled {
color: rgb(0 0 0 / 85%) !important;
}
</style>