mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-16 01:41:15 +08:00
11 lines
136 B
Plaintext
11 lines
136 B
Plaintext
.@{prefixClass}-picker {
|
|
position: absolute;
|
|
left: -9999px;
|
|
top: -9999px;
|
|
z-index: 1000;
|
|
|
|
&-hidden {
|
|
display: none;
|
|
}
|
|
}
|