diff --git a/examples/routers/input.vue b/examples/routers/input.vue
index c8d0136..abe7ec5 100644
--- a/examples/routers/input.vue
+++ b/examples/routers/input.vue
@@ -129,7 +129,11 @@
+
+
+
+
diff --git a/src/styles/components/input.less b/src/styles/components/input.less
index c6c7922..513d178 100644
--- a/src/styles/components/input.less
+++ b/src/styles/components/input.less
@@ -113,6 +113,10 @@
position: relative;
z-index: 2;
+ i{
+ font-size: 16px;
+ }
+
&:hover{
background: tint(@primary-color, 20%) !important;
border-color: tint(@primary-color, 20%) !important;
@@ -141,6 +145,18 @@
background: inherit;
}
}
+ &-wrapper-small &-search{
+ padding: 0 12px !important;
+ i{
+ font-size: 14px;
+ }
+ }
+ &-wrapper-large &-search{
+ padding: 0 20px !important;
+ i{
+ font-size: 18px;
+ }
+ }
&-with-search{
&:hover{
.@{input-prefix-cls} {
--
libgit2 0.21.4