Explorar o código

style(antd-input): adjust the space between two icons on the input (#39)

wellssu %!s(int64=4) %!d(string=hai) anos
pai
achega
0a2e417bbf
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      src/design/ant/input.less

+ 8 - 0
src/design/ant/input.less

@@ -22,3 +22,11 @@
 .ant-input-disabled {
   background-color: @background-color-light;
 }
+
+.ant-input-affix-wrapper .ant-input-suffix {
+  right: 9px;
+}
+
+.ant-input-clear-icon {
+  margin-right: 5px;
+}