@douyinfe/semi-ui 2.38.0-beta.0 → 2.38.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
@@ -3181,6 +3181,7 @@ body {
3181
3181
  }
3182
3182
  .semi-cascader-selection-tag-disabled.semi-tag {
3183
3183
  color: var(--semi-color-disabled-text);
3184
+ background-color: transparent;
3184
3185
  cursor: not-allowed;
3185
3186
  }
3186
3187
  .semi-cascader-selection-tag-disabled.semi-tag .semi-tag-close {
@@ -19303,7 +19304,7 @@ img[src=""], img:not([src]) {
19303
19304
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19304
19305
  background-color: var(--semi-color-bg-3);
19305
19306
  border-radius: var(--semi-border-radius-medium);
19306
- padding: 12px 8px;
19307
+ padding: 12px 8px 12px 8px;
19307
19308
  display: inline-flex;
19308
19309
  align-items: flex-start;
19309
19310
  justify-content: center;
@@ -19458,7 +19459,7 @@ img[src=""], img:not([src]) {
19458
19459
  opacity: 1;
19459
19460
  }
19460
19461
  .semi-tooltip-content {
19461
- min-Width: 0;
19462
+ min-width: 0;
19462
19463
  }
19463
19464
  .semi-tooltip-trigger {
19464
19465
  display: inline-block;