From f3f3cce9ae4f9df2de4832d256e75911f78c74f9 Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期二, 17 十月 2023 20:37:36 +0800 Subject: [PATCH] style: 调整表格组件行高/页头/字体/字号/颜色 --- src/views/productManage/product/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/productManage/product/index.vue b/src/views/productManage/product/index.vue index 7e5f5cd..2d5d8b8 100644 --- a/src/views/productManage/product/index.vue +++ b/src/views/productManage/product/index.vue @@ -365,7 +365,7 @@ } } .product-list { - height: calc(100% - 65px); + height: calc(100% - 70px); } ::v-deep { .el-table { -- Gitblit v1.8.0