diff options
Diffstat (limited to 'assets/index/Header.less')
-rw-r--r-- | assets/index/Header.less | 7 |
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 | } | ||