@douyinfe/semi-ui 2.43.1 → 2.44.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
@@ -14022,9 +14022,11 @@ img[src=""], img:not([src]) {
14022
14022
  flex-direction: column;
14023
14023
  }
14024
14024
  .semi-popconfirm-body {
14025
- margin-left: 36px;
14026
14025
  color: var(--semi-color-text-2);
14027
14026
  }
14027
+ .semi-popconfirm-body-withIcon {
14028
+ margin-left: 36px;
14029
+ }
14028
14030
  .semi-popconfirm-body > p {
14029
14031
  margin: 0;
14030
14032
  padding: 0;
@@ -17459,6 +17461,11 @@ img[src=""], img:not([src]) {
17459
17461
  transform: rotate(0deg);
17460
17462
  }
17461
17463
 
17464
+ .semi-table-column-filter-dropdown .semi-dropdown-menu {
17465
+ max-height: 290px;
17466
+ overflow-y: auto;
17467
+ }
17468
+
17462
17469
  .semi-table-wrapper-rtl .semi-table {
17463
17470
  direction: rtl;
17464
17471
  text-align: right;
@@ -18316,6 +18323,14 @@ img[src=""], img:not([src]) {
18316
18323
  .semi-tag-invisible {
18317
18324
  display: none;
18318
18325
  }
18326
+ .semi-tag-prefix-icon {
18327
+ display: flex;
18328
+ padding-right: 4px;
18329
+ }
18330
+ .semi-tag-suffix-icon {
18331
+ display: flex;
18332
+ padding-left: 4px;
18333
+ }
18319
18334
  .semi-tag-content {
18320
18335
  flex: 1;
18321
18336
  }