diff options
Diffstat (limited to 'assets/index')
-rw-r--r-- | assets/index/Picker.less | 7 |
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 | } | ||