From ec79e364f25bfda182adfc886d865759df546e77 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E5=8A=B2=E9=BE=99?= <2860996570@qq.com>
Date: Wed, 9 Aug 2023 16:00:00 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=BA=86bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../productsMsg/components/cosmeticsArchives.vue | 9 ++++++---
src/views/productsMsg/components/health.vue | 9 +++++----
src/views/productsMsg/index.vue | 12 ++++++++----
3 files changed, 19 insertions(+), 11 deletions(-)
diff --git a/src/views/productsMsg/components/cosmeticsArchives.vue b/src/views/productsMsg/components/cosmeticsArchives.vue
index 0fcba39..ca6ce12 100644
--- a/src/views/productsMsg/components/cosmeticsArchives.vue
+++ b/src/views/productsMsg/components/cosmeticsArchives.vue
@@ -69,7 +69,7 @@
v-loading="loading"
:data="tableData"
border
- height="300"
+ height="43vh"
:stripe="false"
>
@@ -89,7 +89,7 @@
{{ scope.row.bah || scope.row.pzrq }}
-
+
{{ scope.row.qy || scope.row.sf }}
@@ -372,6 +372,9 @@ export default {
padding: 15px 20px;
}
::v-deep.el-table--medium .el-table__cell {
- padding: 2.53px 0;
+ padding: 5.3px 0;
+}
+::v-deep .el-table {
+ overflow: auto;
}
diff --git a/src/views/productsMsg/components/health.vue b/src/views/productsMsg/components/health.vue
index 7c50b41..372159a 100644
--- a/src/views/productsMsg/components/health.vue
+++ b/src/views/productsMsg/components/health.vue
@@ -61,7 +61,7 @@
v-loading="loading"
:data="tableData"
border
- height="300"
+ height="43vh"
align="center"
>
@@ -95,7 +95,6 @@
prop="zczh"
align="center"
width="200"
-
>
diff --git a/src/views/productsMsg/index.vue b/src/views/productsMsg/index.vue
index 3e31ffb..ef98476 100644
--- a/src/views/productsMsg/index.vue
+++ b/src/views/productsMsg/index.vue
@@ -62,7 +62,7 @@
v-loading="loading"
:data="tableData"
border
- height="340"
+ height="49vh"
:stripe="false"
>