diff options
author | MG12 <wuzhao.mail@gmail.com> | 2015-11-19 09:40:27 +0800 |
---|---|---|
committer | MG12 <wuzhao.mail@gmail.com> | 2015-11-19 09:40:27 +0800 |
commit | cadce7b210a339bb701f639c4bff65a2157e13de (patch) | |
tree | 251448b4d1295d23467fd91cacb2ed863205e30a /assets | |
parent | 63541ed7b1c9ad58348ea86c97f3e8b31830535b (diff) | |
download | time-picker-cadce7b210a339bb701f639c4bff65a2157e13de.tar.gz time-picker-cadce7b210a339bb701f639c4bff65a2157e13de.tar.zst time-picker-cadce7b210a339bb701f639c4bff65a2157e13de.zip |
Diffstat (limited to 'assets')
-rw-r--r-- | assets/index.less | 2 | ||||
-rw-r--r-- | assets/index/Panel.less (renamed from assets/index/TimePanel.less) | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/assets/index.less b/assets/index.less index bc904de..36156cb 100644 --- a/assets/index.less +++ b/assets/index.less | |||
@@ -17,7 +17,7 @@ | |||
17 | } | 17 | } |
18 | 18 | ||
19 | @import "./index/Picker"; | 19 | @import "./index/Picker"; |
20 | @import "./index/TimePanel"; | 20 | @import "./index/Panel"; |
21 | @import "./index/Header"; | 21 | @import "./index/Header"; |
22 | @import "./index/Combobox"; | 22 | @import "./index/Combobox"; |
23 | @import "./index/Select"; | 23 | @import "./index/Select"; |
diff --git a/assets/index/TimePanel.less b/assets/index/Panel.less index 574605f..0abdbfb 100644 --- a/assets/index/TimePanel.less +++ b/assets/index/Panel.less | |||
@@ -2,7 +2,6 @@ | |||
2 | display: inline-block; | 2 | display: inline-block; |
3 | position: relative; | 3 | position: relative; |
4 | outline: none; | 4 | outline: none; |
5 | font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif; | ||
6 | border: 1px solid #ccc; | 5 | border: 1px solid #ccc; |
7 | list-style: none; | 6 | list-style: none; |
8 | font-size: 12px; | 7 | font-size: 12px; |