fix DatePicker\TimePicker disabled focused style

This commit is contained in:
梁灏 2021-09-07 10:44:13 +08:00
parent 95bf1bfae9
commit 4c9f841787

View file

@ -235,7 +235,7 @@
width: auto; width: auto;
} }
&-focused input{ &-focused input:not([disabled]){
.active(); .active();
} }
} }