|
@@ -11,15 +11,14 @@
|
|
|
<el-option label="类型二" value="1"></el-option>
|
|
|
</el-select>
|
|
|
</el-col> -->
|
|
|
- <el-col :span="5">
|
|
|
+ <el-col :span="24">
|
|
|
<span>输入条件:</span>
|
|
|
- <el-input v-model="search.name" placeholder="请输入名称" class="input"></el-input>
|
|
|
- </el-col>
|
|
|
-
|
|
|
- <el-col :span="8">
|
|
|
+ <el-input v-model="search.name" clearable placeholder="请输入名称" class="input"></el-input>
|
|
|
<el-button class="btnSearch" @click="resetForm(search)">查询</el-button>
|
|
|
- <el-button class="btnSearch qing" @click="toClear(search)">清空</el-button>
|
|
|
+<!-- <el-button class="btnSearch qing" @click="toClear(search)">清空</el-button>-->
|
|
|
</el-col>
|
|
|
+
|
|
|
+
|
|
|
</el-form>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -50,11 +49,12 @@ export default {
|
|
|
<style lang="less" scoped>
|
|
|
.input {
|
|
|
width: 150px;
|
|
|
+ margin-right: 10px;
|
|
|
}
|
|
|
-/deep/.el-input__inner {
|
|
|
- height: 35px;
|
|
|
- line-height: 35px;
|
|
|
-}
|
|
|
+/*/deep/.el-input__inner {*/
|
|
|
+/* height: 35px;*/
|
|
|
+/* line-height: 35px;*/
|
|
|
+/*}*/
|
|
|
.btnSearch {
|
|
|
width: 80px;
|
|
|
height: 34px;
|
|
@@ -63,12 +63,17 @@ export default {
|
|
|
padding: 0;
|
|
|
color: #fff;
|
|
|
}
|
|
|
-.qing {
|
|
|
- background: rgba(185, 185, 185, 1);
|
|
|
-}
|
|
|
-/deep/.el-input__inner {
|
|
|
- height: 35px;
|
|
|
- line-height: 35px;
|
|
|
- width: 200px;
|
|
|
+/*.qing {*/
|
|
|
+/* background: rgba(185, 185, 185, 1);*/
|
|
|
+/*}*/
|
|
|
+/deep/ .el-input__suffix {
|
|
|
+ .el-input__suffix-inner {
|
|
|
+ border-color: unset;
|
|
|
+
|
|
|
+ .el-icon-circle-close:before {
|
|
|
+ content: "\e79d" !important;
|
|
|
+ font-size: 20px;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|