From 735d238a4952aeef2debb38a064b3c62baf9dc06 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Tue, 23 Dec 2025 18:34:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=86=E5=88=AB=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/data-recognition/index.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/views/device/data-recognition/index.vue b/src/views/device/data-recognition/index.vue index aeee713..656dc3c 100644 --- a/src/views/device/data-recognition/index.vue +++ b/src/views/device/data-recognition/index.vue @@ -356,16 +356,29 @@ export default { height: calc(100vh - 420px) !important; display: flex; flex-direction: column; + overflow: hidden; .el-card__body { min-height: 0; flex: 1; display: flex; flex-direction: column; + overflow: hidden; + padding: 20px; + } + + .table-container { + flex: 1; + min-height: 0; + overflow: hidden; + display: flex; + flex-direction: column; } .pagination-wrapper { flex-shrink: 0; + margin-top: 16px; + padding-top: 16px; } }