8月10日的bug的修改
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user