roose 5 lat temu
rodzic
commit
92153c3377

+ 9 - 1
src/layout/common/companyusersearchInfo.vue

@@ -10,7 +10,7 @@
                         <el-option label="认证" value="1"></el-option>
                         <el-option label="注册" value="0"></el-option>
                     </el-select>
-                    <el-button type="danger" size="small" @click="sousuo()">查询</el-button>
+                    <el-button class="btnSearch" type="danger" size="small" @click="sousuo()">查询</el-button>
                     <el-button class="right" :loading="isExcl" type="danger" size="small" @click="excl()">导出企业用户列表
                     </el-button>
                     <el-button class="right" :loading="isExcl2" type="danger" size="small" @click="excl2()">导出业务指派列表
@@ -93,6 +93,14 @@
         float: right;
 
     }
+    .btnSearch {
+        width: 80px;
+        height: 34px;
+        background: rgba(233, 2, 29, 1);
+        border-radius: 4px;
+        padding: 0;
+        color: #fff;
+    }
     /deep/.el-button {
         color: #fff;
         background-color: #e9021d;

+ 22 - 17
src/layout/common/searchInfo.vue

@@ -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>

+ 1 - 1
src/layout/common/topInfo.vue

@@ -53,7 +53,7 @@ export default {
   text-align: right;
 }
 /deep/.btn .el-button {
-  background: red;
+  background: #e9021d;
   color: #fff;
 }
 </style>

+ 1 - 1
src/layout/common/topInfoadd.vue

@@ -48,7 +48,7 @@
         text-align: right;
     }
     /deep/.btn .el-button {
-        background: red;
+        background: #e9021d;
         color: #fff;
     }
 </style>

+ 1 - 1
src/layout/custom/topInfo.vue

@@ -49,7 +49,7 @@ export default {
   text-align: right;
 }
 /deep/.btn .el-button {
-  background: red;
+  background: #e9021d;
   color: #fff;
 }
 </style>

+ 14 - 3
src/layout/financeclaims/financeClaimInfo.vue

@@ -3,11 +3,11 @@
         <el-row>
             <el-col :span="24">
                 <span>产品名称:</span>
-                <el-input v-model="name" placeholder="请输入产品名称" class="input"></el-input>
+                <el-input v-model="name" clearable   placeholder="请输入产品名称" class="input"></el-input>
                 <span>机构名称:</span>
-                <el-input v-model="innewname" placeholder="请输入机构名称" class="input"></el-input>
+                <el-input v-model="innewname" clearable placeholder="请输入机构名称" class="input"></el-input>
                 <span>筛选条件:</span>
-                <el-select v-model="region" class="input">
+                <el-select v-model="region" class="input" clearable>
                     <el-option label="未审核" value="0"></el-option>
                     <el-option label="已审核" value="1"></el-option>
                 </el-select>
@@ -65,4 +65,15 @@
     .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>

+ 13 - 2
src/layout/financeclaims/financeClaimInfoadd.vue

@@ -3,9 +3,9 @@
         <el-row>
             <el-col :span="24">
                 <span>产品名称:</span>
-                <el-input v-model="name" placeholder="请输入产品名称" class="input"></el-input>
+                <el-input v-model="name" clearable placeholder="请输入产品名称" class="input"></el-input>
                 <span>机构名称:</span>
-                <el-input v-model="innewname" placeholder="请输入机构名称" class="input"></el-input>
+                <el-input v-model="innewname" clearable placeholder="请输入机构名称" class="input"></el-input>
                 <el-button class="btnSearch" @click="clickBtn()">查询</el-button>
             </el-col>
         </el-row>
@@ -58,4 +58,15 @@
     .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>

+ 15 - 9
src/layout/tNewAssign/tNewAssignList.vue

@@ -3,25 +3,19 @@
         <el-row>
             <el-col :span="24">
                 <el-col :span="24" class="search">
-                    <el-col :span="5">
                         <span>筛选条件:</span>
-                        <el-select v-model="search.is_exist" placeholder="请选择指派状态">
+                        <el-select class="input" v-model="search.is_exist" clearable placeholder="请选择指派状态">
                             <el-option label="已指派" value="1"></el-option>
                             <el-option label="未指派" value="2"></el-option>
                         </el-select>
-                    </el-col>
-                    <el-col :span="4">
                         <span>输入条件:</span>
-                        <el-input v-model="search.company_name" :placeholder="placeholder" class="input"></el-input>
-                    </el-col>
+                        <el-input class="input"  v-model="search.company_name" clearable :placeholder="placeholder" ></el-input>
                     <!--<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="toQuery">查询</el-button>
-                        <el-button class="btnSearch qing" @click="toClear">清空</el-button>
-                    </el-col>
+<!--                        <el-button class="btnSearch qing" @click="toClear">清空</el-button>-->
                 </el-col>
                 <el-col :span="24">
                     <el-table
@@ -337,6 +331,7 @@
 
     .input {
         width: 150px;
+        margin-right: 10px;
     }
 
     /*/deep/ .el-input__inner {*/
@@ -373,4 +368,15 @@
     .list {
         padding: 0 20px;
     }
+
+    /deep/ .el-input__suffix {
+        .el-input__suffix-inner {
+            border-color: unset;
+
+            .el-icon-circle-close:before {
+                content: "\e79d" !important;
+                font-size: 20px;
+            }
+        }
+    }
 </style>

+ 21 - 13
src/layout/zhidao/zhidaoList.vue

@@ -10,18 +10,14 @@
                       <el-option label="类型二" value="1"></el-option>
                     </el-select>
                   </el-col>-->
-                    <el-col :span="4">
                         <span>输入条件:</span>
-                        <el-input v-model="search.name" :placeholder="placeholder" class="input"></el-input>
-                    </el-col>
+                        <el-input clearable v-model="search.name" :placeholder="placeholder" class="input"></el-input>
                     <!--<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="toQuery">查询</el-button>
-                        <el-button class="btnSearch qing" @click="toClear">清空</el-button>
-                    </el-col>
+<!--                        <el-button class="btnSearch qing" @click="toClear">清空</el-button>-->
                 </el-col>
                 <el-col :span="24">
                     <el-table
@@ -189,12 +185,13 @@
 
     .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;
@@ -205,9 +202,9 @@
         color: #fff;
     }
 
-    .qing {
-        background: rgba(185, 185, 185, 1);
-    }
+    /*.qing {*/
+    /*    background: rgba(185, 185, 185, 1);*/
+    /*}*/
 
     .top {
         height: 50px;
@@ -225,4 +222,15 @@
     .list {
         padding: 0 20px;
     }
+
+    /deep/ .el-input__suffix {
+        .el-input__suffix-inner {
+            border-color: unset;
+
+            .el-icon-circle-close:before {
+                content: "\e79d" !important;
+                font-size: 20px;
+            }
+        }
+    }
 </style>