@douyinfe/semi-ui 2.47.0-beta.0 → 2.48.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
@@ -11786,7 +11786,6 @@ img[src=""], img:not([src]) {
11786
11786
  }
11787
11787
  .semi-input-wrapper.semi-input-wrapper__with-prepend-only .semi-input:not(:last-child) {
11788
11788
  border-right-style: none;
11789
- border-radius: 0;
11790
11789
  }
11791
11790
  .semi-input-wrapper.semi-input-wrapper__with-prepend, .semi-input-wrapper.semi-input-wrapper__with-append {
11792
11791
  display: inline-flex;
@@ -17141,6 +17140,9 @@ img[src=""], img:not([src]) {
17141
17140
  .semi-table-header-sticky .semi-table-thead > .semi-table-row > .semi-table-row-head {
17142
17141
  background-color: var(--semi-color-bg-1);
17143
17142
  }
17143
+ .semi-table-header-hidden {
17144
+ height: 0;
17145
+ }
17144
17146
  .semi-table-align-center .semi-table-operate-wrapper {
17145
17147
  justify-content: center;
17146
17148
  }