소스 검색

Merge pull request #109 from QingWei-Li/fix/update-timepicker

TimePicker: update icon size
杨奕 9 년 전
부모
커밋
3c3bfebe41
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      packages/date-picker/src/css/picker.css

+ 2 - 2
packages/date-picker/src/css/picker.css

@@ -47,12 +47,12 @@
         cursor: pointer;
         position: absolute;
         display: inline-block;
-        width: 13px;
+        width: 16px;
         right: 10px;
         top: 0;
         bottom: 0;
         color: var(--datepicker-trigger-color);
-        font-size: 13px;
+        font-size: 16px;
         line-height: 38px;
       }
     }