From f2a44bae17300adf473b89d30c85d399b5d050fd Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期六, 23 九月 2023 10:33:44 +0800
Subject: [PATCH] 9.21

---
 src/components/view/standard-table/target.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/view/standard-table/target.vue b/src/components/view/standard-table/target.vue
index f4a9036..bc836e1 100644
--- a/src/components/view/standard-table/target.vue
+++ b/src/components/view/standard-table/target.vue
@@ -1,7 +1,7 @@
 <template>
-    <div class="standard" style="overflow-x: auto;">
-      <div style="width: 100%;height: 68vh;overflow-y: auto;">
-        <el-table ref="multipleTable" :data="tableData" row-key="rowId" border
+    <div class="standard">
+      <div style="width: 100%;height: 68vh;overflow-x: auto;">
+        <el-table ref="multipleTable" :data="tableData" row-key="rowId" border height="calc(90vh - 200px)"
         @select-all="selectAll" @select="selectTr"
         @selection-change="handleSelectionChange" default-expand-all
         :tree-props="{children: 'children', hasChildren: 'hasChildren'}">

--
Gitblit v1.9.3