diff options
author | MG12 <wuzhao.mail@gmail.com> | 2015-11-20 13:28:12 +0800 |
---|---|---|
committer | MG12 <wuzhao.mail@gmail.com> | 2015-11-20 13:28:12 +0800 |
commit | 96a4cefce60a06e539dfb8eacfc27f026d6c8a41 (patch) | |
tree | e85c6c53bc16376f1a913815e6c820d962a3cdc6 /assets/index | |
parent | 9f9f39e4fb8073f6f31d545c746e4c3b7ad651da (diff) | |
download | time-picker-96a4cefce60a06e539dfb8eacfc27f026d6c8a41.tar.gz time-picker-96a4cefce60a06e539dfb8eacfc27f026d6c8a41.tar.zst time-picker-96a4cefce60a06e539dfb8eacfc27f026d6c8a41.zip |
change the className of panel and its container.
Diffstat (limited to 'assets/index')
-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 | ||