refactor: --story=1002983 --user=刘瑞斌 11.环境配置-创建环境优化 https://www.tapd.cn/55049933/s/1048198

This commit is contained in:
Captain.B 2021-09-17 18:21:36 +08:00 committed by 刘瑞斌
parent 9d8cb7dbfc
commit 88b1a74cc8
2 changed files with 8 additions and 8 deletions

View File

@ -56,10 +56,10 @@
<!-- 创建编辑复制环境时的对话框 -->
<el-dialog :visible.sync="dialogVisible" :close-on-click-modal="false" :title="dialogTitle" width="66%">
<div class="project-item">
<div>
<span>
{{$t('project.select')}}
</div>
<el-select @change="handleProjectChange" v-model="currentProjectId" filterable clearable>
</span>
<el-select style="width: 50%" @change="handleProjectChange" v-model="currentProjectId" filterable clearable>
<el-option v-for="item in projectList" :key="item.id" :label="item.name" :value="item.id"></el-option>
</el-select>
</div>
@ -401,7 +401,7 @@
}
.project-item {
padding-left: 20px;
padding-left: 10px;
padding-right: 20px;
}

View File

@ -56,10 +56,10 @@
<!-- 创建编辑复制环境时的对话框 -->
<el-dialog :visible.sync="dialogVisible" :close-on-click-modal="false" :title="dialogTitle" width="66%">
<div class="project-item">
<div>
<span>
{{$t('project.select')}}
</div>
<el-select @change="handleProjectChange" v-model="currentProjectId" filterable clearable>
</span>
<el-select style="width: 50%" @change="handleProjectChange" v-model="currentProjectId" filterable clearable>
<el-option v-for="item in projectList" :key="item.id" :label="item.name" :value="item.id"></el-option>
</el-select>
</div>
@ -401,7 +401,7 @@
}
.project-item {
padding-left: 20px;
padding-left: 10px;
padding-right: 20px;
}