@douyinfe/semi-ui 2.38.2-alpha.1 → 2.39.0-beta.0

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
@@ -20384,11 +20384,14 @@ img[src=""], img:not([src]) {
20384
20384
  padding-right: 0;
20385
20385
  cursor: pointer;
20386
20386
  color: var(--semi-color-text-0);
20387
+ position: relative;
20387
20388
  }
20388
- .semi-tree-select-selection-placeholder {
20389
+ .semi-tree-select-selection-content {
20389
20390
  overflow: hidden;
20390
20391
  white-space: nowrap;
20391
20392
  text-overflow: ellipsis;
20393
+ }
20394
+ .semi-tree-select-selection-placeholder {
20392
20395
  color: var(--semi-color-text-2);
20393
20396
  }
20394
20397
  .semi-tree-select-selection .semi-tag-group {
@@ -20402,6 +20405,10 @@ img[src=""], img:not([src]) {
20402
20405
  }
20403
20406
  .semi-tree-select-selection-TriggerSearchItem {
20404
20407
  position: absolute;
20408
+ max-width: calc(100% - 12px);
20409
+ text-overflow: ellipsis;
20410
+ overflow: hidden;
20411
+ white-space: nowrap;
20405
20412
  }
20406
20413
  .semi-tree-select-selection-TriggerSearchItem-placeholder {
20407
20414
  opacity: 0.6;