This commit is contained in:
liushuai
2020-02-25 13:38:25 +08:00
parent 159a289ca3
commit f26e3ec4ac
12 changed files with 533 additions and 190 deletions

View File

@@ -11,11 +11,11 @@
<!-- </el-steps>-->
<!-- </el-col>-->
<el-col :span="6">
<div style="width: 650px;margin: 0px 400px ">
<div style="width: 650px;margin: 0px 380px ">
<div style="overflow: hidden">
<div style="margin-bottom: 0px;">
<div style="margin-bottom: 0px;margin-left: 50px">
<span>项目</span>
<el-select v-model="projectValue" filterable size="small" placeholder="项目名称" style="margin-top: 3px">
<el-select v-model="projectValue" filterable size="small" placeholder="项目名称" style="margin-top: 3px;width: 150px">
<el-option
v-for="item in project"
:key="item.value"
@@ -23,7 +23,7 @@
:value="item.value"/>
</el-select>
<span style="margin-left: 10px">类型</span>
<el-select v-model="groupName" filterable size="small" placeholder="类型">
<el-select v-model="groupName" filterable size="small" placeholder="类型" style="width: 80px">
<el-option
v-for="item in Group"
:key="item.value"