From 096d77f927ef4fb81c71eac961940cf953048414 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期三, 20 八月 2025 21:06:21 +0800
Subject: [PATCH] add height

---
 src/views/flow/components/TodolistLeft.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/flow/components/TodolistLeft.vue b/src/views/flow/components/TodolistLeft.vue
index 1e42138..5995db9 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-08-20 21:01:55
+ * @LastEditTime: 2025-08-20 21:03:19
  * @FilePath: /mdmweb/src/views/flow/components/TodolistLeft.vue
 -->
 <template>
@@ -26,7 +26,7 @@
                     </div>
                 </template>
             </el-table-column>
-            <el-table-column fixed="right" label="鎿嶄綔" width="100" align="center">
+            <el-table-column fixed="right" label="鎿嶄綔" width="150" align="center">
                 <template #default="scope">
                     <!--'cureProgramTask', 鍥哄寲缂栧埗锛屼笉鑳藉垹闄ゅ拰涓婁紶-->
                     <a style="color: blue;margin-right: 4px;cursor: pointer;font-size: 12px;"
@@ -50,7 +50,7 @@
                 <el-button type="primary" @click="add">纭� 瀹�</el-button>
             </div> -->
         </el-dialog>
-        <el-dialog title="绋嬪簭閫夋嫨" v-model="diffDialog" width="50%">
+        <el-dialog title="绋嬪簭閫夋嫨" v-model="diffDialog" width="80%">
             <code-diff :old-string="this.content1" :new-string="this.content2" output-format="side-by-side"
                 :hideStat="true" :filename="codeDiffFileName1" :newFilename="codeDiffFileName2" />
         </el-dialog>

--
Gitblit v1.9.3