更新
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user