Skip to content

Commit d380b63

Browse files
author
FalkWolsky
committed
Fix label clear button Date Range
1 parent ae57042 commit d380b63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/packages/lowcoder/src/comps/comps/dateComp/dateCompUtil.ts

+4
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ export const getStyle = (style: DateTimeStyleType) => {
9999
: style.text};
100100
}
101101
102+
.ant-picker-clear {
103+
inset-inline-end: 18px
104+
}
105+
102106
.ant-picker-clear:hover {
103107
color: ${style.text === "#222222"
104108
? "#8B8FA3"

0 commit comments

Comments
 (0)