From 35ee8fa998efd94733b479307256f32136671ed2 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期三, 05 三月 2025 13:54:37 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit --- admin/src/views/statistics/platformRecord.vue | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/admin/src/views/statistics/platformRecord.vue b/admin/src/views/statistics/platformRecord.vue index 729cf99..ca316b0 100644 --- a/admin/src/views/statistics/platformRecord.vue +++ b/admin/src/views/statistics/platformRecord.vue @@ -1,7 +1,7 @@ <template> <div class="main_app"> <QueryForm v-model="filters" :query-form-config="queryFormConfig" @handleQuery="getList(1)" @clear="clear" /> - <el-table v-loading="loading" :data="list" stripe> + <el-table v-loading="loading" :data="list" stripe> <el-table-column prop="platformName" label="鏈堝彴鍚嶇О" min-width="100" show-overflow-tooltip /> <el-table-column prop="platformGroupName" label="鏈堝彴缁�" min-width="100" show-overflow-tooltip /> <el-table-column prop="carCodeFront" label="杞﹀墠鐗岀収鍙�" min-width="100" show-overflow-tooltip /> @@ -143,4 +143,9 @@ } </script> -<style></style> +<style scoped> +::v-deep .el-table{ + margin-bottom: 60px; +} + +</style> -- Gitblit v1.9.3