Skip to content

Commit

Permalink
chore(ui): use prefixCls var
Browse files Browse the repository at this point in the history
  • Loading branch information
wzc520pyfm committed Nov 18, 2024
1 parent 667254f commit 7412e9a
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 7412e9a

Please sign in to comment.