主数据bug修复

This commit is contained in:
‘huanghaiixia’
2025-12-03 16:35:03 +08:00
parent 2506d02e95
commit a60bf862cf
19 changed files with 155 additions and 82 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>