From a9c266890270e55a5840411b6d0fd4fe43494af8 Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期四, 22 八月 2024 09:42:13 +0800 Subject: [PATCH] 可视化系统下方表格高度变高,钢化前新增打印功能(样式正在完善) --- UI-Project/src/views/largescreen/largescreen.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/UI-Project/src/views/largescreen/largescreen.vue b/UI-Project/src/views/largescreen/largescreen.vue index 0ac8dc0..82bf8db 100644 --- a/UI-Project/src/views/largescreen/largescreen.vue +++ b/UI-Project/src/views/largescreen/largescreen.vue @@ -1,6 +1,6 @@ <template> <el-card style="flex: 1;margin-left: 1px;margin-top: 10px;margin-right: 1px;" v-loading="loading"> - <el-scrollbar height="600px"> + <el-scrollbar height="800px"> <div id="top" style="height: 150px;display: flex;"> <div class="echarts-container"> <div v-for="(processData, index) in processesData" :key="index" class="echarts-item"> @@ -70,8 +70,8 @@ </el-table> </div> --> </div> -<div id="bottom" style="margin-top: 10px;height: 190px;background-color: #911005;"> -<el-table height="190" ref="table" +<div id="bottom" style="margin-top: 10px;height: 190px;"> +<el-table height="390" ref="table" @selection-change="handleSelectionChange" :data="tableDatac" :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}"> <el-table-column prop="orderId" align="center" :label="$t('large.orderId')" min-width="50" /> -- Gitblit v1.8.0