From adfcf4761276206552372e7eecd4e5aef7794c05 Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期一, 13 一月 2025 09:10:01 +0800 Subject: [PATCH] 调整表格样式 --- UI-Project/src/views/Caching/cachingun.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/UI-Project/src/views/Caching/cachingun.vue b/UI-Project/src/views/Caching/cachingun.vue index 5b17c8e..b1370e3 100644 --- a/UI-Project/src/views/Caching/cachingun.vue +++ b/UI-Project/src/views/Caching/cachingun.vue @@ -311,7 +311,6 @@ ref="table" style="margin-top: 20px; height: 360px;" :data="tableDataa" - :row-class-name="rowClassName" :header-cell-style="{ background: '#F2F3F5', color: '#1D2129' }" row-key="id" > @@ -334,7 +333,7 @@ <template #default="props"> <el-table :header-cell-style="{ background: '#F2F3F5', color: '#1D2129' }" - :data="props.row.details" style="width: 100%;height: 100px;"> + :data="props.row.details" style="width: 100%;height: 70px;"> <el-table-column prop="engineerId" align="center" min-width="80" /> <el-table-column prop="flowCardId" align="center" min-width="80" /> <el-table-column prop="glassId" align="center" min-width="80" /> -- Gitblit v1.8.0