From 1dbb5bb85691cc48a0f6f64c999e91729d4ad22d Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 19 九月 2025 00:17:04 +0800
Subject: [PATCH] 优化审批界面

---
 src/views/tasks/machinereturnfiles.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/tasks/machinereturnfiles.vue b/src/views/tasks/machinereturnfiles.vue
index c0f6786..4f26492 100644
--- a/src/views/tasks/machinereturnfiles.vue
+++ b/src/views/tasks/machinereturnfiles.vue
@@ -73,7 +73,7 @@
         size:'mini',
         index: true,
         selection: true,
-        selectionWidth:20,
+        selectionWidth:30,
         addBtn: false,
         editBtn: false,
         delBtn: false,
@@ -297,6 +297,8 @@
         params: obj,
       }).then(
         res => {
+          var screenHeight = window.innerHeight;
+          this.option.maxHeight = (screenHeight - 390) + 'px';
           const data = res.data.data;
           this.mypage.total = data.total;
           this.data = data.records;

--
Gitblit v1.9.3