diff options
author | afc163 <afc163@gmail.com> | 2017-10-22 17:12:47 +0800 |
---|---|---|
committer | afc163 <afc163@gmail.com> | 2017-10-22 17:12:47 +0800 |
commit | 12bf7d65235ab1ed02fd2a01e9ae074ad30cc145 (patch) | |
tree | 80e14f9828439deb67824e0f72d0c89b9818ca37 /assets | |
parent | 20f1ebdcd7a9b13b5869a1f6402c7170c4dd81db (diff) | |
download | time-picker-12bf7d65235ab1ed02fd2a01e9ae074ad30cc145.tar.gz time-picker-12bf7d65235ab1ed02fd2a01e9ae074ad30cc145.tar.zst time-picker-12bf7d65235ab1ed02fd2a01e9ae074ad30cc145.zip |
Add example and fix style
Diffstat (limited to 'assets')
-rw-r--r-- | assets/index/Panel.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/index/Panel.less b/assets/index/Panel.less index be7914f..9705a78 100644 --- a/assets/index/Panel.less +++ b/assets/index/Panel.less | |||
@@ -22,4 +22,8 @@ | |||
22 | border: 1px solid #ccc; | 22 | border: 1px solid #ccc; |
23 | line-height: 1.5; | 23 | line-height: 1.5; |
24 | } | 24 | } |
25 | |||
26 | &-narrow { | ||
27 | max-width: 113px | ||
28 | } | ||
25 | } | 29 | } |