aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/index
diff options
context:
space:
mode:
authoryiminghe <yiminghe@gmail.com>2015-11-19 19:57:17 +0800
committeryiminghe <yiminghe@gmail.com>2015-11-19 19:57:17 +0800
commit9f9f39e4fb8073f6f31d545c746e4c3b7ad651da (patch)
treea147168a4caf5ff263a6ab339d3ab6f140ee06da /assets/index
parent11b97949da16fc090400a753189baf10f29c111f (diff)
downloadtime-picker-9f9f39e4fb8073f6f31d545c746e4c3b7ad651da.tar.gz
time-picker-9f9f39e4fb8073f6f31d545c746e4c3b7ad651da.tar.zst
time-picker-9f9f39e4fb8073f6f31d545c746e4c3b7ad651da.zip
fix value0.6.0
Diffstat (limited to 'assets/index')
-rw-r--r--assets/index/Picker.less7
1 files changed, 1 insertions, 6 deletions
diff --git a/assets/index/Picker.less b/assets/index/Picker.less
index 507121f..c8de18a 100644
--- a/assets/index/Picker.less
+++ b/assets/index/Picker.less
@@ -1,4 +1,4 @@
1.@{prefixClass}-picker-container { 1.@{prefixClass}-container {
2 z-index: 1070; 2 z-index: 1070;
3 position: absolute; 3 position: absolute;
4 4
@@ -26,8 +26,3 @@
26 animation-name: antSlideUpOut; 26 animation-name: antSlideUpOut;
27 } 27 }
28} 28}
29
30.@{prefixClass} {
31 &-picker {
32 }
33}