From ecd6ecebd8372239c1bf3a13c11c0b743ee1b946 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期二, 12 七月 2022 15:34:10 +0800 Subject: [PATCH] 菜单跳转 --- src/components/DailogSearch/DailogSearch.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/DailogSearch/DailogSearch.vue b/src/components/DailogSearch/DailogSearch.vue index 239a164..9d297c8 100644 --- a/src/components/DailogSearch/DailogSearch.vue +++ b/src/components/DailogSearch/DailogSearch.vue @@ -1,7 +1,7 @@ <template> <el-dialog v-model="dialogVisible" title="选择安全目标指标" width="50%" draggable> <el-row> - <el-col :span="18"> + <el-col :span="17"> <el-form ref="ruleFormRef" :model="ruleForm" status-icon> <el-row> <el-col :span="6"> @@ -43,7 +43,7 @@ @current-change="handleCurrentChange" /> </el-col> - <el-col :span="6"> + <el-col :span="7"> <el-tag v-for="tag in dynamicTags" :key="tag" class="mx-1" style="margin:5px" closable :disable-transitions="false" @close="handleClose(tag)"> {{ tag }} </el-tag> -- Gitblit v1.9.2