@douyinfe/semi-ui 2.60.0-beta.0 → 2.60.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
@@ -6218,6 +6218,9 @@ body, :host {
6218
6218
  display: flex;
6219
6219
  align-items: center;
6220
6220
  }
6221
+ .semi-form-field[x-label-pos=left] .semi-form-field-label-with-extra.semi-form-field-label-right {
6222
+ justify-content: flex-end;
6223
+ }
6221
6224
  .semi-form-field[x-label-pos=left] .semi-checkboxGroup,
6222
6225
  .semi-form-field[x-label-pos=left] .semi-radioGroup {
6223
6226
  padding-top: 6px;
@@ -21082,6 +21085,7 @@ img[src=""], img:not([src]) {
21082
21085
  }
21083
21086
  .semi-tree-select-selection-TriggerSearchItem-placeholder {
21084
21087
  opacity: 0.6;
21088
+ z-index: -1;
21085
21089
  }
21086
21090
  .semi-tree-select-selection-TriggerSearchItem-disabled {
21087
21091
  cursor: not-allowed;