@douyinfe/semi-ui 2.28.0 → 2.28.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/css/semi.css CHANGED
@@ -11902,6 +11902,9 @@ img[src=""], img:not([src]) {
11902
11902
  top: 1px;
11903
11903
  bottom: 1px;
11904
11904
  }
11905
+ .semi-input-group .semi-select {
11906
+ overflow-y: visible;
11907
+ }
11905
11908
  .semi-input-group .semi-input-number,
11906
11909
  .semi-input-group .semi-datepicker,
11907
11910
  .semi-input-group .semi-timepicker,
@@ -15251,6 +15254,7 @@ img[src=""], img:not([src]) {
15251
15254
  padding-top: 8px;
15252
15255
  padding-bottom: 8px;
15253
15256
  cursor: not-allowed;
15257
+ height: 20px;
15254
15258
  }
15255
15259
 
15256
15260
  .semi-rtl .semi-select,