From ae06d431aac2047331486aa0cec242533758ee62 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期四, 12 三月 2026 10:11:59 +0800
Subject: [PATCH] fix(考勤规则): 修复表格高度以适配页面布局

---
 src/views/personnelManagement/attendanceCheckin/checkinRules/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/personnelManagement/attendanceCheckin/checkinRules/index.vue b/src/views/personnelManagement/attendanceCheckin/checkinRules/index.vue
index b55ae56..58d4b4f 100644
--- a/src/views/personnelManagement/attendanceCheckin/checkinRules/index.vue
+++ b/src/views/personnelManagement/attendanceCheckin/checkinRules/index.vue
@@ -56,6 +56,7 @@
       <el-table :data="tableData"
                 border
                 v-loading="tableLoading"
+                height="calc(100vh - 18.5em)"
                 style="width: 100%"
                 row-key="id">
         <el-table-column type="index"
@@ -312,4 +313,4 @@
   .mt10 {
     margin-top: 10px;
   }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3