fix:表格全屏状态下显示问题

This commit is contained in:
秋帆
2024-06-05 12:28:32 +08:00
parent e2b2f062a5
commit b1485c238f

View File

@@ -202,7 +202,7 @@ defineExpose({ tableRef })
height: 100%; height: 100%;
background: var(--color-bg-1); background: var(--color-bg-1);
position: relative; position: relative;
box-sizing:border-box;
&--fullscreen { &--fullscreen {
padding: $padding; padding: $padding;
position: fixed; position: fixed;