From 9935385d2e894d4a29974d9ac628540b6148ea2b Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期一, 07 七月 2025 19:52:16 +0800 Subject: [PATCH] 优化展示 --- src/views/flow/components/TodolistLeft.vue | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/views/flow/components/TodolistLeft.vue b/src/views/flow/components/TodolistLeft.vue index cccd3a0..3c58832 100644 --- a/src/views/flow/components/TodolistLeft.vue +++ b/src/views/flow/components/TodolistLeft.vue @@ -1,7 +1,7 @@ <!-- * @Date: 2025-07-01 20:45:15 * @LastEditors: gaoshp - * @LastEditTime: 2025-07-07 19:41:56 + * @LastEditTime: 2025-07-07 19:51:14 * @FilePath: /mdmweb/src/views/flow/components/TodolistLeft.vue --> <template> @@ -9,7 +9,7 @@ <div class="tool" v-show="row.taskDefinitionKey === 'programmingTask'"> <el-button type="primary" @click="addApp">娣诲姞绋嬪簭</el-button> </div> - <el-table :data="tableData" border @row-click="showContent"> + <el-table :data="tableData" border @row-click="showContent" max-height="200"> <el-table-column prop="machineCode" label="鍔犲伐鏈哄簥"> </el-table-column> <el-table-column prop="name" label="绋嬪簭鍚嶇О"> @@ -85,10 +85,10 @@ label: '绋嬪簭鍚嶇О', prop: 'name', }, - { - label: '宸ュ簭鍚嶇О', - prop: 'processName', - }, + // { + // label: '宸ュ簭鍚嶇О', + // prop: 'processName', + // }, ], }, } @@ -165,5 +165,7 @@ background-color: #fffee1; padding: 10px; min-height: 100px; + overflow: auto; + max-height: 400px; } </style> \ No newline at end of file -- Gitblit v1.9.3