@douyinfe/semi-ui 2.28.0 → 2.28.2

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
@@ -11902,6 +11902,9 @@ img[src=""], img:not([src]) {
11902
11902
  top: 1px;
11903
11903
  bottom: 1px;
11904
11904
  }
11905
+ .semi-input-group .semi-select {
11906
+ overflow-y: visible;
11907
+ }
11905
11908
  .semi-input-group .semi-input-number,
11906
11909
  .semi-input-group .semi-datepicker,
11907
11910
  .semi-input-group .semi-timepicker,
@@ -15251,6 +15254,7 @@ img[src=""], img:not([src]) {
15251
15254
  padding-top: 8px;
15252
15255
  padding-bottom: 8px;
15253
15256
  cursor: not-allowed;
15257
+ height: 20px;
15254
15258
  }
15255
15259
 
15256
15260
  .semi-rtl .semi-select,
@@ -16843,7 +16847,7 @@ img[src=""], img:not([src]) {
16843
16847
  z-index: 102;
16844
16848
  }
16845
16849
  .semi-table-header-sticky .semi-table-thead > .semi-table-row > .semi-table-row-head {
16846
- background-color: var(--semi-color-bg-2);
16850
+ background-color: var(--semi-color-bg-1);
16847
16851
  }
16848
16852
  .semi-table-body {
16849
16853
  overflow: auto;
@@ -16860,7 +16864,7 @@ img[src=""], img:not([src]) {
16860
16864
  width: 48px;
16861
16865
  }
16862
16866
  .semi-table-thead > .semi-table-row > .semi-table-row-head {
16863
- background-color: transparent;
16867
+ background-color: var(--semi-color-bg-1);
16864
16868
  color: var(--semi-color-text-2);
16865
16869
  font-weight: 600;
16866
16870
  text-align: left;
@@ -16877,10 +16881,10 @@ img[src=""], img:not([src]) {
16877
16881
  .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 {
16878
16882
  z-index: 101;
16879
16883
  position: sticky;
16880
- background-color: var(--semi-color-bg-2);
16884
+ background-color: var(--semi-color-bg-1);
16881
16885
  }
16882
16886
  .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 {
16883
- background-color: transparent;
16887
+ background-color: var(--semi-color-bg-1);
16884
16888
  content: "";
16885
16889
  position: absolute;
16886
16890
  left: 0;
@@ -16957,7 +16961,7 @@ img[src=""], img:not([src]) {
16957
16961
  background-color: var(--semi-color-fill-0);
16958
16962
  }
16959
16963
  .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 {
16960
- background-color: var(--semi-color-bg-2);
16964
+ background-color: var(--semi-color-bg-1);
16961
16965
  }
16962
16966
  .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 {
16963
16967
  background-color: var(--semi-color-fill-0);
@@ -16981,6 +16985,7 @@ img[src=""], img:not([src]) {
16981
16985
  box-sizing: border-box;
16982
16986
  position: relative;
16983
16987
  vertical-align: middle;
16988
+ background-color: var(--semi-color-bg-1);
16984
16989
  }
16985
16990
  .semi-table-tbody > .semi-table-row > .semi-table-row-cell.resizing {
16986
16991
  border-right: 2px solid var(--semi-color-primary);
@@ -16991,7 +16996,7 @@ img[src=""], img:not([src]) {
16991
16996
  .semi-table-tbody > .semi-table-row > .semi-table-cell-fixed-left, .semi-table-tbody > .semi-table-row > .semi-table-cell-fixed-right {
16992
16997
  z-index: 101;
16993
16998
  position: sticky;
16994
- background-color: var(--semi-color-bg-2);
16999
+ background-color: var(--semi-color-bg-1);
16995
17000
  }
16996
17001
  .semi-table-tbody > .semi-table-row > .semi-table-cell-fixed-left-last {
16997
17002
  border-right: 1px solid var(--semi-color-border);