This commit is contained in:
张成
2026-04-13 11:45:01 +08:00
parent c73afd2325
commit 992238f352
2 changed files with 7 additions and 1 deletions

View File

@@ -337,11 +337,14 @@ export default {
<style lang="less" scoped>
.table-warp {
width: 100%;
flex: 1;
display: flex;
flex-direction: column;
.table-content {
/* 纵向由 Table 内部表体滚动;避免与外层双滚动导致横向条在整页最底 */
overflow: hidden;
width: 100%;
flex: 1;
min-height: 0;
display: flex;
flex-direction: column;