diff options
author | afc163 <afc163@gmail.com> | 2017-10-22 17:13:41 +0800 |
---|---|---|
committer | afc163 <afc163@gmail.com> | 2017-10-22 17:13:41 +0800 |
commit | 8f056757173136ab6a77c0f3c6da45c50ae4f8cc (patch) | |
tree | e637f16bb64518de7fb5b151d644b53647c5972e /assets | |
parent | 12bf7d65235ab1ed02fd2a01e9ae074ad30cc145 (diff) | |
download | time-picker-8f056757173136ab6a77c0f3c6da45c50ae4f8cc.tar.gz time-picker-8f056757173136ab6a77c0f3c6da45c50ae4f8cc.tar.zst time-picker-8f056757173136ab6a77c0f3c6da45c50ae4f8cc.zip |
update style
Diffstat (limited to 'assets')
-rw-r--r-- | assets/index/Panel.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/index/Panel.less b/assets/index/Panel.less index 9705a78..68e6c8e 100644 --- a/assets/index/Panel.less +++ b/assets/index/Panel.less | |||
@@ -16,7 +16,7 @@ | |||
16 | font-size: 12px; | 16 | font-size: 12px; |
17 | text-align: left; | 17 | text-align: left; |
18 | background-color: #fff; | 18 | background-color: #fff; |
19 | border-radius: 3px; | 19 | border-radius: 4px; |
20 | box-shadow: 0 1px 5px #ccc; | 20 | box-shadow: 0 1px 5px #ccc; |
21 | background-clip: padding-box; | 21 | background-clip: padding-box; |
22 | border: 1px solid #ccc; | 22 | border: 1px solid #ccc; |
@@ -24,6 +24,6 @@ | |||
24 | } | 24 | } |
25 | 25 | ||
26 | &-narrow { | 26 | &-narrow { |
27 | max-width: 113px | 27 | max-width: 113px; |
28 | } | 28 | } |
29 | } | 29 | } |