From 19305ac2d11bf858f90753d28966d5da905db02f Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期五, 17 十一月 2023 10:49:53 +0800 Subject: [PATCH] 小bug提交 --- src/views/technology/routing/routing-form.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/technology/routing/routing-form.vue b/src/views/technology/routing/routing-form.vue index a75de54..b65541c 100644 --- a/src/views/technology/routing/routing-form.vue +++ b/src/views/technology/routing/routing-form.vue @@ -464,7 +464,7 @@ </el-checkbox-group> </div> - <el-divider content-position="left">鑳藉姏</el-divider> + <!-- <el-divider content-position="left">鑳藉姏</el-divider> <div class="node-content"> <label v-if="capacities == null || capacities.length == 0" @@ -473,7 +473,7 @@ 娌℃湁閰嶇疆鑳藉姏 </label> - <el-tag + <el-tag size="medium" v-for="item in capacities" :key="item.id" @@ -484,8 +484,8 @@ effect="dark" > {{ item.label }} - </el-tag> - </div> + </el-tag> + </div> --> <el-divider content-position="left">澶囨敞</el-divider> <div class="node-content-remark"> <rich-text -- Gitblit v1.9.3