perf: endpoint-query、dashboard顶部搜索框调整等

1.endpoint-query、dashboard顶部搜索框间距调整
2.alertRule-module侧滑bug修复
This commit is contained in:
陈劲松
2020-03-16 14:14:31 +08:00
parent b394c75918
commit 425a6144c1
5 changed files with 12 additions and 11 deletions

View File

@@ -25,7 +25,7 @@
<el-select v-if="rightBox.isEdit" value-key="id" popper-class="config-dropdown" v-model="module.project" placeholder="" size="small">
<el-option :id="'module-project-'+item.id" v-for="item in projectList" :key="item.id" :label="item.name" :value="item"></el-option>
</el-select>
<div v-if="!rightBox.isEdit" class="right-box-form-content-txt">{{module.project.name}}</div>
<div v-if="!rightBox.isEdit && module.project" class="right-box-form-content-txt">{{module.project.name}}</div>
</el-form-item>
<el-form-item :label='$t("project.module.moduleName")' prop="name">
<el-input v-if="rightBox.isEdit" placeholder="" maxlength="64" show-word-limit v-model="module.name" size="small"></el-input>