fix: 去除选择器 在modal/drawer匹配不上

This commit is contained in:
dap
2025-08-20 11:14:23 +08:00
parent 4a64b75fb8
commit 25adb37260

View File

@@ -65,12 +65,12 @@
}
/** 区间选择器下面来回切换时的样式 */
.ant-app .form-valid-error .ant-picker-active-bar {
.form-valid-error .ant-picker-active-bar {
background-color: hsl(var(--destructive));
}
/** 时间选择器的样式 */
.ant-app .form-valid-error .ant-picker-focused {
.form-valid-error .ant-picker-focused {
box-shadow: 0 0 0 2px rgb(255 38 5 / 6%);
}