From 34bb992b616630cb0e89ffeee02020361fd4ceda Mon Sep 17 00:00:00 2001
From: 李喆(开发组) <lzhe@yxqiche.com>
Date: 星期二, 09 九月 2025 13:54:52 +0800
Subject: [PATCH] 1
---
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