From c2e4ed1a6e3a14406db471304360cd45ac8177d1 Mon Sep 17 00:00:00 2001
From: jiaosong <jiaosong6760@dingtalk.com>
Date: 星期五, 11 八月 2023 18:46:58 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 web_standard/src/views/ext/plansExt.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web_standard/src/views/ext/plansExt.vue b/web_standard/src/views/ext/plansExt.vue
index 54285e6..53e384c 100644
--- a/web_standard/src/views/ext/plansExt.vue
+++ b/web_standard/src/views/ext/plansExt.vue
@@ -104,7 +104,7 @@
         <el-table-column prop="mmodel.name" fixed="left" label="鐗╂枡鍚嶇О" show-overflow-tooltip min-width="140px">
           <template slot-scope="{row}">
             <el-button type="text" class="materail" @click="showPlan(row.id)">
-              <span class="long-title-style">{{ row.mmodel.name }}</span>
+              <div class="long-title-style">{{ row.mmodel.name }}</div>
             </el-button>
           </template>
         </el-table-column>

--
Gitblit v1.9.3