Commit d8fc256822e961d27d398d482e0716755f5e9c5b

Authored by 梁灏
1 parent c0d09051

update Input group style

Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
src/styles/custom.less
@@ -127,6 +127,7 @@ @@ -127,6 +127,7 @@
127 @input-color : @text-color; 127 @input-color : @text-color;
128 @input-border-color : @border-color-base; 128 @input-border-color : @border-color-base;
129 @input-bg : #fff; 129 @input-bg : #fff;
  130 +@input-group-bg : #f8f8f9;
130 131
131 @input-hover-border-color : @primary-color; 132 @input-hover-border-color : @primary-color;
132 @input-focus-border-color : @primary-color; 133 @input-focus-border-color : @primary-color;
src/styles/mixins/input.less
@@ -176,7 +176,7 @@ @@ -176,7 +176,7 @@
176 line-height: 1; 176 line-height: 1;
177 color: @input-color; 177 color: @input-color;
178 text-align: center; 178 text-align: center;
179 - background-color: #eee; 179 + background-color: @input-group-bg;
180 border: 1px solid @input-border-color; 180 border: 1px solid @input-border-color;
181 border-radius: @btn-border-radius; 181 border-radius: @btn-border-radius;
182 182