@douyinfe/semi-ui 2.20.1 → 2.21.0-alpha.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
@@ -16370,6 +16370,13 @@ img[src=""], img:not([src]) {
16370
16370
  background-color: transparent;
16371
16371
  border-bottom: 2px solid var(--semi-color-border);
16372
16372
  }
16373
+ .semi-table-header-sticky {
16374
+ position: sticky;
16375
+ z-index: 102;
16376
+ }
16377
+ .semi-table-header-sticky .semi-table-thead > .semi-table-row > .semi-table-row-head {
16378
+ background-color: var(--semi-color-bg-2);
16379
+ }
16373
16380
  .semi-table-body {
16374
16381
  overflow: auto;
16375
16382
  width: 100%;