|
@@ -11,14 +11,11 @@
|
|
|
<el-option label="类型二" value="1"></el-option>
|
|
|
</el-select>
|
|
|
</el-col> -->
|
|
|
- <el-col :span="4">
|
|
|
+ <el-col :span="5">
|
|
|
<span>输入条件:</span>
|
|
|
<el-input v-model="search.name" placeholder="请输入名称" class="input"></el-input>
|
|
|
</el-col>
|
|
|
- <!-- <el-col :span="7">
|
|
|
- <span>时间选择:</span>
|
|
|
- <el-date-picker v-model="search.date" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期"> </el-date-picker>
|
|
|
- </el-col> -->
|
|
|
+
|
|
|
<el-col :span="8">
|
|
|
<el-button class="btnSearch" @click="resetForm(search)">查询</el-button>
|
|
|
</el-col>
|
|
@@ -65,4 +62,9 @@ export default {
|
|
|
.qing {
|
|
|
background: rgba(185, 185, 185, 1);
|
|
|
}
|
|
|
+/deep/.el-input__inner {
|
|
|
+ height: 35px;
|
|
|
+ line-height: 35px;
|
|
|
+ width: 200px;
|
|
|
+}
|
|
|
</style>
|