浏览代码

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;
       }
     }