Skip to content

Commit

Permalink
Merge pull request #835 from wzc520pyfm/fix/fix-ant-prefix-cls
Browse files Browse the repository at this point in the history
chore(ui): use prefixCls var for DateRanger
  • Loading branch information
dengfuping authored Nov 19, 2024
2 parents c768b01 + 7412e9a commit 1565aa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ui/src/DateRanger/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
0 3px 6px -4px rgba(54, 69, 99, 0.12),
0 9px 28px 8px rgba(54, 69, 99, 0.05);

.ant-dropdown-menu {
.@{prefixCls}-dropdown-menu {
padding: 0;
box-shadow: none;
}

.ant-picker-time-panel-container {
.ant-picker-content {
.@{prefixCls}-picker-time-panel-container {
.@{prefixCls}-picker-content {
height: 148px;
}
}
Expand Down

0 comments on commit 1565aa8

Please sign in to comment.