Procházet zdrojové kódy

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

YyumeiZhang před 4 měsíci
rodič
revize
ab60e42586

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