소스 검색

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

wellssu 4 년 전
부모
커밋
0a2e417bbf
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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;
+}