diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/index/Panel.less | 2 | ||||
-rw-r--r-- | assets/index/Picker.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/index/Panel.less b/assets/index/Panel.less index 0abdbfb..a11c4aa 100644 --- a/assets/index/Panel.less +++ b/assets/index/Panel.less | |||
@@ -1,4 +1,4 @@ | |||
1 | .@{prefixClass}-panel { | 1 | .@{prefixClass}-panel-inner { |
2 | display: inline-block; | 2 | display: inline-block; |
3 | position: relative; | 3 | position: relative; |
4 | outline: none; | 4 | outline: none; |
diff --git a/assets/index/Picker.less b/assets/index/Picker.less index c8de18a..dc1fbbd 100644 --- a/assets/index/Picker.less +++ b/assets/index/Picker.less | |||
@@ -1,4 +1,4 @@ | |||
1 | .@{prefixClass}-container { | 1 | .@{prefixClass}-panel { |
2 | z-index: 1070; | 2 | z-index: 1070; |
3 | position: absolute; | 3 | position: absolute; |
4 | 4 | ||