瀏覽代碼

style: Adjust the height of the input-wrapper layer in the range type DatePicker (#2855)

YyumeiZhang 4 月之前
父節點
當前提交
ab60e42586
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/semi-foundation/datePicker/datePicker.scss

+ 1 - 0
packages/semi-foundation/datePicker/datePicker.scss

@@ -934,6 +934,7 @@ $module-list: #{$prefix}-scrolllist;
 
                 .#{$prefix}-input-wrapper {
                     background-color: transparent;
+                    height: fit-content;
                     border: none;
                 }