chore:滚动条问题

This commit is contained in:
秋帆
2024-05-19 19:29:47 +08:00
parent 2e534ebc5f
commit 9eee08a6c4

View File

@@ -224,6 +224,7 @@ defineExpose({ tableRef })
display: flex;
flex-direction: column;
flex: 1;
overflow: auto;
//如果为空时,将表格铺满
:deep(.arco-table-element):has(tbody .arco-table-tr-empty) {