mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +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;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
top: 34px;
|
top: 34px;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
@import "../../button/style/mixin";
|
@import "../../button/style/mixin";
|
||||||
|
|
||||||
@calendar-prefix-cls: ~"@{ant-prefix}-calendar";
|
@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 "Picker";
|
||||||
@import "Calendar";
|
@import "Calendar";
|
||||||
|
Loading…
Reference in New Issue
Block a user