Update _table.scss

This commit is contained in:
liaoxuezhi 2021-07-09 10:50:31 +08:00 committed by GitHub
parent 99b748b419
commit 05c1885ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@
&-fixedLeft {
// 还是改成默认不显示footable 展示的时候配置 固定列还没修复
left: 0;
top: -99999px;
top: -999999px;
&.in {
box-shadow: var(--Table-fixedLeft-boxShadow);
@ -42,7 +42,7 @@
&-fixedRight {
// 还是改成默认不显示footable 展示的时候配置 固定列还没修复
right: 0;
top: -99999px;
top: -999999px;
&.in {
box-shadow: var(--Table-fixedRight-boxShadow);