fix: 去除选择器 在modal/drawer匹配不上
This commit is contained in:
parent
4a64b75fb8
commit
25adb37260
@ -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));
|
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%);
|
box-shadow: 0 0 0 2px rgb(255 38 5 / 6%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user