8月10日的bug的修改

This commit is contained in:
2025-08-10 20:15:45 +08:00
parent d6f0ba4e6f
commit da9feb26c6
26 changed files with 743 additions and 112 deletions

View File

@ -804,4 +804,11 @@ const showDrawer = (record: any) => {
:deep(.ant-checkbox-wrapper-disabled) {
display: none;
}
:deep(.custom-search .ant-input:focus),
:deep(.custom-search .ant-input:hover),
:deep(.custom-search .ant-input-focused) {
border-color: #ffa940 !important;
box-shadow: 0 0 0 2px rgba(255, 169, 64, 0.2) !important;
}
</style>