Skip to content

Commit

Permalink
fix(DateRanger): The customized style makes DateRanger a whole.
Browse files Browse the repository at this point in the history
  • Loading branch information
linhf123 committed Jan 14, 2025
1 parent 4c0b307 commit d96198e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/ui/src/DateRanger/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
input {
text-align: center;
}
// 覆盖默认 antd 样式,定制出 RangerPicker 整体的感觉
.@{prefixCls}-picker-active-bar {
height: 0;
}

.@{prefixCls}-picker-input > input {
cursor: pointer;
}
}

&:hover {
Expand Down

0 comments on commit d96198e

Please sign in to comment.