diff options
author | afc163 <afc163@gmail.com> | 2015-12-11 20:12:10 +0800 |
---|---|---|
committer | afc163 <afc163@gmail.com> | 2015-12-11 20:12:10 +0800 |
commit | 5c1299b09986b98ac228ecd77b98ffa13a6597c2 (patch) | |
tree | 67e2df4943de00704fd5a6bc8816b0969d91ad74 /assets/index/Picker.less | |
parent | 5fcf22e028bf878c5be854c19074480cadf8b4bc (diff) | |
download | time-picker-5c1299b09986b98ac228ecd77b98ffa13a6597c2.tar.gz time-picker-5c1299b09986b98ac228ecd77b98ffa13a6597c2.tar.zst time-picker-5c1299b09986b98ac228ecd77b98ffa13a6597c2.zip |
Fix chrome weird render bug, close #9
Diffstat (limited to 'assets/index/Picker.less')
-rw-r--r-- | assets/index/Picker.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/index/Picker.less b/assets/index/Picker.less index 76bf834..bc7deb5 100644 --- a/assets/index/Picker.less +++ b/assets/index/Picker.less | |||
@@ -1,6 +1,6 @@ | |||
1 | .@{prefixClass} { | 1 | .@{prefixClass} { |
2 | &-input { | 2 | &-input { |
3 | width: 100%; | 3 | width: 150px; |
4 | position: relative; | 4 | position: relative; |
5 | display: inline-block; | 5 | display: inline-block; |
6 | padding: 4px 7px; | 6 | padding: 4px 7px; |