This commit is contained in:
yanggongyan
2020-02-10 14:53:17 +08:00
parent df3b5b2011
commit b4ba5ee323
7 changed files with 36 additions and 38 deletions

View File

@@ -3,7 +3,7 @@
<el-card>
<!-- style="background: rgb(233,240,250)"-->
<div>
<el-select v-model="entryNameValue" clearable filterable placeholder="项目名称" size="small" style="width:150px;margin: 3px 10px;">
<el-select v-model="entryNameValue" clearable filterable placeholder="项目名称" size="small" style="width:180px;margin: 3px 10px;">
<el-option
v-for="item in entryName"
:key="item.value"