@douyinfe/semi-ui 2.29.0-beta.0 → 2.29.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
@@ -16853,7 +16853,7 @@ img[src=""], img:not([src]) {
16853
16853
  z-index: 102;
16854
16854
  }
16855
16855
  .semi-table-header-sticky .semi-table-thead > .semi-table-row > .semi-table-row-head {
16856
- background-color: var(--semi-color-bg-2);
16856
+ background-color: var(--semi-color-bg-1);
16857
16857
  }
16858
16858
  .semi-table-body {
16859
16859
  overflow: auto;
@@ -16870,7 +16870,7 @@ img[src=""], img:not([src]) {
16870
16870
  width: 48px;
16871
16871
  }
16872
16872
  .semi-table-thead > .semi-table-row > .semi-table-row-head {
16873
- background-color: transparent;
16873
+ background-color: var(--semi-color-bg-1);
16874
16874
  color: var(--semi-color-text-2);
16875
16875
  font-weight: 600;
16876
16876
  text-align: left;
@@ -16887,10 +16887,10 @@ img[src=""], img:not([src]) {
16887
16887
  .semi-table-thead > .semi-table-row > .semi-table-row-head.semi-table-cell-fixed-left, .semi-table-thead > .semi-table-row > .semi-table-row-head.semi-table-cell-fixed-right {
16888
16888
  z-index: 101;
16889
16889
  position: sticky;
16890
- background-color: var(--semi-color-bg-2);
16890
+ background-color: var(--semi-color-bg-1);
16891
16891
  }
16892
16892
  .semi-table-thead > .semi-table-row > .semi-table-row-head.semi-table-cell-fixed-left::before, .semi-table-thead > .semi-table-row > .semi-table-row-head.semi-table-cell-fixed-right::before {
16893
- background-color: transparent;
16893
+ background-color: var(--semi-color-bg-1);
16894
16894
  content: "";
16895
16895
  position: absolute;
16896
16896
  left: 0;
@@ -16967,7 +16967,7 @@ img[src=""], img:not([src]) {
16967
16967
  background-color: var(--semi-color-fill-0);
16968
16968
  }
16969
16969
  .semi-table-tbody > .semi-table-row:hover > .semi-table-row-cell.semi-table-cell-fixed-left, .semi-table-tbody > .semi-table-row:hover > .semi-table-row-cell.semi-table-cell-fixed-right {
16970
- background-color: var(--semi-color-bg-2);
16970
+ background-color: var(--semi-color-bg-1);
16971
16971
  }
16972
16972
  .semi-table-tbody > .semi-table-row:hover > .semi-table-row-cell.semi-table-cell-fixed-left::before, .semi-table-tbody > .semi-table-row:hover > .semi-table-row-cell.semi-table-cell-fixed-right::before {
16973
16973
  background-color: var(--semi-color-fill-0);
@@ -16991,6 +16991,7 @@ img[src=""], img:not([src]) {
16991
16991
  box-sizing: border-box;
16992
16992
  position: relative;
16993
16993
  vertical-align: middle;
16994
+ background-color: var(--semi-color-bg-1);
16994
16995
  }
16995
16996
  .semi-table-tbody > .semi-table-row > .semi-table-row-cell.resizing {
16996
16997
  border-right: 2px solid var(--semi-color-primary);
@@ -17001,7 +17002,7 @@ img[src=""], img:not([src]) {
17001
17002
  .semi-table-tbody > .semi-table-row > .semi-table-cell-fixed-left, .semi-table-tbody > .semi-table-row > .semi-table-cell-fixed-right {
17002
17003
  z-index: 101;
17003
17004
  position: sticky;
17004
- background-color: var(--semi-color-bg-2);
17005
+ background-color: var(--semi-color-bg-1);
17005
17006
  }
17006
17007
  .semi-table-tbody > .semi-table-row > .semi-table-cell-fixed-left-last {
17007
17008
  border-right: 1px solid var(--semi-color-border);