From 4a984f46e22d12a7627745075678908218b88847 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Thu, 8 Jan 2026 14:38:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/cost/component/examHome.vue | 10 +++++----- src/views/material/ma/type/index.vue | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/material/cost/component/examHome.vue b/src/views/material/cost/component/examHome.vue index 96aae383..c1299302 100644 --- a/src/views/material/cost/component/examHome.vue +++ b/src/views/material/cost/component/examHome.vue @@ -1123,7 +1123,7 @@ export default { .tabelColumn { width: 1000px; - height: 50px; + height: 40px; display: flex; align-items: center; border: 1px solid #9c9c9c; @@ -1132,15 +1132,15 @@ export default { } .columnLabel { - height: 50px; - line-height: 50px; + height: 40px; + line-height: 40px; text-align: center; border-left: none; } .columnContent { - height: 50px; - line-height: 50px; + height: 40px; + line-height: 40px; text-align: center; border-left: 1px solid #9c9c9c; } diff --git a/src/views/material/ma/type/index.vue b/src/views/material/ma/type/index.vue index 8c3ddb6a..576ab801 100644 --- a/src/views/material/ma/type/index.vue +++ b/src/views/material/ma/type/index.vue @@ -1107,7 +1107,7 @@ export default { getList() { this.loading = true; getListByMaType(this.queryParams).then((response) => { - if (response.code === 200 && response.data && response.data.rows) { + if (response.code === 200 && response.data ) { this.typeList = response.data.rows this.total = response.data.total }