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"
>