afc163
9 years ago
3 changed files with 26 additions and 15 deletions
@ -1,18 +1,27 @@ |
|||||
@import "../../mixins/input"; |
@import "../../mixins/input"; |
||||
|
|
||||
.@{calendar-prefix-cls}-time { |
.@{calendar-prefix-cls}-time { |
||||
|
// Change display order in DOM |
||||
|
.@{calendar-prefix-cls}-input-wrap { |
||||
|
direction: rtl; |
||||
|
.@{calendar-prefix-cls}-date-input-wrap, |
||||
|
.@{calendar-prefix-cls}-time-picker-wrap { |
||||
|
direction: ltr; |
||||
|
display: inline-block; |
||||
|
} |
||||
|
.@{timepicker-prefix-cls}-panel, |
||||
|
.@{calendar-prefix-cls}-clear-btn { |
||||
|
direction: ltr; |
||||
|
} |
||||
|
} |
||||
.@{calendar-prefix-cls}-input, |
.@{calendar-prefix-cls}-input, |
||||
.@{timepicker-prefix-cls}-input { |
.@{timepicker-prefix-cls}-input { |
||||
.input; |
.input; |
||||
height: 22px; |
height: 22px; |
||||
width: 96px; |
width: 96px; |
||||
|
margin-right: 6px; |
||||
} |
} |
||||
.@{timepicker-prefix-cls}-icon { |
.@{timepicker-prefix-cls}-icon { |
||||
display: none; |
display: none; |
||||
} |
} |
||||
&-picker-wrap { |
|
||||
position: absolute; |
|
||||
left: 106px; |
|
||||
top: 6px; |
|
||||
} |
|
||||
} |
} |
||||
|
Loading…
Reference in new issue