aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/index/Header.less
diff options
context:
space:
mode:
authoryiminghe <yiminghe@gmail.com>2015-11-27 16:15:05 +0800
committeryiminghe <yiminghe@gmail.com>2015-11-27 16:15:05 +0800
commit8133e8cf3b37b2be764616493ade7c7a7678fce1 (patch)
tree4321352889ab62f18ff8703adac8756ddb506dc0 /assets/index/Header.less
parent7702bb67968104a64fa85ba7e893bf2393eeb3c5 (diff)
downloadtime-picker-8133e8cf3b37b2be764616493ade7c7a7678fce1.tar.gz
time-picker-8133e8cf3b37b2be764616493ade7c7a7678fce1.tar.zst
time-picker-8133e8cf3b37b2be764616493ade7c7a7678fce1.zip
add gregorianCalendarLocale prop1.0.0-alpha1
Diffstat (limited to 'assets/index/Header.less')
-rw-r--r--assets/index/Header.less7
1 files changed, 1 insertions, 6 deletions
diff --git a/assets/index/Header.less b/assets/index/Header.less
index ac3d662..7ad3d9f 100644
--- a/assets/index/Header.less
+++ b/assets/index/Header.less
@@ -1,8 +1,7 @@
1.@{prefixClass} { 1.@{prefixClass}-panel {
2 &-input { 2 &-input {
3 margin: 0; 3 margin: 0;
4 padding: 0; 4 padding: 0;
5 border: 0;
6 width: 100%; 5 width: 100%;
7 cursor: auto; 6 cursor: auto;
8 line-height: 1.5; 7 line-height: 1.5;
@@ -48,7 +47,3 @@
48 color: #666; 47 color: #666;
49 } 48 }
50} 49}
51
52.narrow .@{prefixClass}-input-wrap {
53 max-width: 111px;
54}