You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
244 B
15 lines
244 B
7 years ago
|
@prefixClass: rc-time-picker;
|
||
|
|
||
|
.@{prefixClass} {
|
||
|
display: inline-block;
|
||
|
box-sizing: border-box;
|
||
|
* {
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@import "./index/Picker";
|
||
|
@import "./index/Panel";
|
||
|
@import "./index/Header";
|
||
|
@import "./index/Select";
|