From ca3f8cbc704c3efed83ef42a1f3149ea9780cda3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=A5=89=E6=BA=90?= <1976974459@qq.com> Date: Mon, 31 Jul 2023 11:45:07 +0800 Subject: [PATCH] 2023-07-31 2 --- src/views/modules/knifemold/tool-info.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/modules/knifemold/tool-info.vue b/src/views/modules/knifemold/tool-info.vue index 5ef881f..0ae5c7e 100644 --- a/src/views/modules/knifemold/tool-info.vue +++ b/src/views/modules/knifemold/tool-info.vue @@ -72,7 +72,7 @@ - +
数据明细/编辑 @@ -192,7 +192,7 @@
- +
工具使用记录 @@ -1981,6 +1981,8 @@ export default { textValue:'', numValue:'', }, + toolInstanceIdWidth: 350, + recordWidth: 600, } }, watch: { @@ -2005,6 +2007,9 @@ export default { this.$nextTick(() => { this.height = window.innerHeight - 310 }) + this.$nextTick(() => { + this.recordWidth = window.innerWidth - this.toolInstanceIdWidth - 270 + }) }, activated() { this.getHeaderData()