@douyinfe/semi-ui 2.20.7 → 2.20.8

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
@@ -14573,12 +14573,6 @@ img[src=""], img:not([src]) {
14573
14573
  .semi-select-option-focused {
14574
14574
  background-color: var(--semi-color-fill-0);
14575
14575
  }
14576
- .semi-select-option:first-of-type {
14577
- margin-top: 4px;
14578
- }
14579
- .semi-select-option:last-of-type {
14580
- margin-bottom: 4px;
14581
- }
14582
14576
 
14583
14577
  .semi-select {
14584
14578
  box-sizing: border-box;
@@ -14885,10 +14879,16 @@ img[src=""], img:not([src]) {
14885
14879
  padding-right: 0;
14886
14880
  }
14887
14881
 
14882
+ .semi-select-option-list-wrapper {
14883
+ padding-top: 4px;
14884
+ padding-bottom: 4px;
14885
+ padding-left: 0px;
14886
+ padding-right: 0px;
14887
+ }
14888
+
14888
14889
  .semi-select-option-list {
14889
14890
  overflow-x: hidden;
14890
14891
  overflow-y: auto;
14891
- padding: 0px 0px 0px 0px;
14892
14892
  }
14893
14893
  .semi-select-option-list-chosen .semi-select-option-icon {
14894
14894
  display: flex;