NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/ant-design-vue/lib/vc-calendar/assets/common/Picker.less
2023-09-14 14:47:11 +08:00

11 lines
136 B
Plaintext

.@{prefixClass}-picker {
position: absolute;
left: -9999px;
top: -9999px;
z-index: 1000;
&-hidden {
display: none;
}
}