Browse Source

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

YyumeiZhang 5 months ago
parent
commit
ab60e42586
1 changed files with 1 additions and 0 deletions
  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;
                 }