From 6365ab0a976afdd247742c9b3dca15deb3a7a7a1 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期四, 17 八月 2023 17:21:40 +0800 Subject: [PATCH] 初始化1.0.1 --- 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 53e384c..54285e6 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)"> - <div class="long-title-style">{{ row.mmodel.name }}</div> + <span class="long-title-style">{{ row.mmodel.name }}</span> </el-button> </template> </el-table-column> -- Gitblit v1.9.3