@douyinfe/semi-ui 2.23.4 → 2.23.6

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
@@ -3181,18 +3181,28 @@ body {
3181
3181
  background: transparent;
3182
3182
  margin-left: -4px;
3183
3183
  }
3184
+ .semi-cascader-selection .semi-tagInput-wrapper-default {
3185
+ min-height: 30px;
3186
+ }
3187
+ .semi-cascader-selection .semi-tagInput-wrapper-small {
3188
+ min-height: 22px;
3189
+ }
3190
+ .semi-cascader-selection .semi-tagInput-wrapper-large {
3191
+ min-height: 38px;
3192
+ }
3184
3193
  .semi-cascader-selection .semi-tagInput .semi-input-wrapper {
3185
- height: 30px;
3186
3194
  margin-left: 4px;
3187
3195
  }
3188
3196
  .semi-cascader-selection .semi-tagInput .semi-input-wrapper .semi-input {
3189
3197
  padding-left: 0;
3190
3198
  }
3191
- .semi-cascader-selection .semi-tagInput .semi-input-wrapper-small {
3192
- height: 22px;
3199
+ .semi-cascader-selection .semi-tagInput .semi-input-wrapper-default {
3200
+ margin-top: 1px;
3201
+ margin-bottom: 1px;
3193
3202
  }
3194
3203
  .semi-cascader-selection .semi-tagInput .semi-input-wrapper-large {
3195
- height: 38px;
3204
+ margin-top: 1px;
3205
+ margin-bottom: 1px;
3196
3206
  }
3197
3207
  .semi-cascader-selection-text-inactive {
3198
3208
  color: var(--semi-color-text-2);
@@ -18317,7 +18327,6 @@ img[src=""], img:not([src]) {
18317
18327
  .semi-tagInput-wrapper .semi-tagInput-wrapper-input {
18318
18328
  flex-grow: 1;
18319
18329
  width: min-content;
18320
- min-width: 38px;
18321
18330
  border: none;
18322
18331
  outline: none;
18323
18332
  background-color: transparent;
@@ -19811,17 +19820,25 @@ img[src=""], img:not([src]) {
19811
19820
  padding-left: 4px;
19812
19821
  padding-right: 4px;
19813
19822
  }
19814
- .semi-tree-select-selection .semi-tagInput .semi-tagInput-wrapper .semi-input-wrapper {
19815
- height: 30px;
19823
+ .semi-tree-select-selection .semi-tagInput .semi-tagInput-wrapper-default {
19824
+ min-height: 30px;
19825
+ }
19826
+ .semi-tree-select-selection .semi-tagInput .semi-tagInput-wrapper-small {
19827
+ min-height: 22px;
19828
+ }
19829
+ .semi-tree-select-selection .semi-tagInput .semi-tagInput-wrapper-large {
19830
+ min-height: 38px;
19816
19831
  }
19817
19832
  .semi-tree-select-selection .semi-tagInput .semi-tagInput-wrapper .semi-input-wrapper .semi-input {
19818
19833
  padding-left: 0;
19819
19834
  }
19820
- .semi-tree-select-selection .semi-tagInput .semi-tagInput-wrapper .semi-input-wrapper-small {
19821
- height: 22px;
19835
+ .semi-tree-select-selection .semi-tagInput .semi-tagInput-wrapper .semi-input-wrapper-default {
19836
+ margin-top: 1px;
19837
+ margin-bottom: 1px;
19822
19838
  }
19823
19839
  .semi-tree-select-selection .semi-tagInput .semi-tagInput-wrapper .semi-input-wrapper-large {
19824
- height: 38px;
19840
+ margin-top: 1px;
19841
+ margin-bottom: 1px;
19825
19842
  }
19826
19843
  .semi-tree-select-multiple-tagInput-notEmpty .semi-tagInput {
19827
19844
  margin-left: -4px;