mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
Fix conflict less var, fix #3312
This commit is contained in:
parent
c5d221e55a
commit
f1d0223b66
@ -1,4 +1,4 @@
|
||||
.@{timepicker-prefix-cls} {
|
||||
.@{calendar-timepicker-prefix-cls} {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: 34px;
|
||||
|
@ -4,7 +4,7 @@
|
||||
@import "../../button/style/mixin";
|
||||
|
||||
@calendar-prefix-cls: ~"@{ant-prefix}-calendar";
|
||||
@timepicker-prefix-cls: ~"@{ant-prefix}-calendar-time-picker";
|
||||
@calendar-timepicker-prefix-cls: ~"@{ant-prefix}-calendar-time-picker";
|
||||
|
||||
@import "Picker";
|
||||
@import "Calendar";
|
||||
|
Loading…
Reference in New Issue
Block a user