fix: 将套餐系列的套餐加滚动条

This commit is contained in:
luo
2026-07-09 17:38:58 +08:00
parent a036b10641
commit 5b8d6610ab
2 changed files with 16 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
<template>
<ArtTableFullScreen>
<div class="grant-package-list-page">
<div class="grant-package-list-page" id="table-full-screen">
<ElCard shadow="never" class="art-table-card">
<div class="page-header">
<div class="header-left">
@@ -428,8 +428,23 @@
<style scoped lang="scss">
.grant-package-list-page {
height: 100%;
padding: 16px;
:deep(.art-table-card) {
display: flex;
flex: 1;
flex-direction: column;
min-height: 0;
.el-card__body {
display: flex;
flex: 1;
flex-direction: column;
min-height: 0;
}
}
.page-header {
display: flex;
align-items: center;