Ver código fonte

修改图标,取出搜索按钮,分页选中未选择颜色

liangjiahao 3 anos atrás
pai
commit
3b64740339
41 arquivos alterados com 180 adições e 105 exclusões
  1. 15 5
      src/assets/styles/global.css
  2. 2 2
      src/views/PrintsLog/printlog/index.vue
  3. 5 2
      src/views/PrintsManage/manage/index.vue
  4. 6 1
      src/views/barracksManagement/barracks/index.vue
  5. 6 1
      src/views/barracksManagement/checkin/index.vue
  6. 6 2
      src/views/barracksManagement/flat/index.vue
  7. 1 1
      src/views/barracksManagement/flats/index.vue
  8. 34 8
      src/views/combatduty/Quantitative/index.vue
  9. 2 2
      src/views/combatduty/grassdutyinfo/index.vue
  10. 2 2
      src/views/combatduty/militarydutyinfo/index.vue
  11. 2 2
      src/views/combatduty/regisdutyinfo/index.vue
  12. 2 2
      src/views/combatduty/taskdutyinfo/index.vue
  13. 2 2
      src/views/combatduty/teamdutyinfo/index.vue
  14. 4 4
      src/views/doormanManage/bdglVisit/index.vue
  15. 1 1
      src/views/militaryvehicleManagement/driver/index.vue
  16. 1 1
      src/views/militaryvehicleManagement/privateAccessLog/index.vue
  17. 3 2
      src/views/militaryvehicleManagement/privateCar/index.vue
  18. 1 1
      src/views/militaryvehicleManagement/thebus/index.vue
  19. 3 3
      src/views/militaryvehicleManagement/thebusAccessLog/index.vue
  20. 1 1
      src/views/militaryvehicleManagement/thebusApply/index.vue
  21. 1 1
      src/views/militaryvehicleManagement/thebusConfig/index.vue
  22. 13 2
      src/views/militaryvehicleManagement/thebusList/index.vue
  23. 5 5
      src/views/militaryvehicleManagement/thebusThemplate/index.vue
  24. 1 0
      src/views/peopleChuRu/bdglLeave/index.vue
  25. 2 2
      src/views/peopleChuRu/peopleBorrow/index.vue
  26. 5 5
      src/views/peopleManage/examination/index.vue
  27. 3 4
      src/views/peopleManage/people/index.vue
  28. 7 7
      src/views/peopleManage/transfer/index.vue
  29. 1 1
      src/views/system/config/index.vue
  30. 2 1
      src/views/system/dept/index.vue
  31. 9 9
      src/views/system/dict/data.vue
  32. 4 3
      src/views/system/dict/index.vue
  33. 2 1
      src/views/system/menu/index.vue
  34. 2 1
      src/views/system/notice/index.vue
  35. 2 1
      src/views/system/post/index.vue
  36. 6 6
      src/views/system/role/authUser.vue
  37. 4 2
      src/views/system/role/index.vue
  38. 6 3
      src/views/system/user/index.vue
  39. 3 3
      src/views/taishi/index.vue
  40. 1 1
      src/views/workingArrangements/planTask/index.vue
  41. 2 2
      src/views/workingArrangements/workTask/index.vue

+ 15 - 5
src/assets/styles/global.css

@@ -203,29 +203,39 @@ color: #fff;
 }
 
 /* 分页按钮 */
-::v-deep .el-pagination.is-background .el-pager li {
+ .el-pagination.is-background .el-pager li {
   background-color: #004d86;
   color: #fff;
 }
 
-::v-deep .el-pagination.is-background .btn-next {
+ .el-pagination.is-background .btn-next {
   background-color: #004d86;
   color: #fff;
 }
 
-::v-deep .el-pagination.is-background .btn-prev,
+ /* .el-pagination.is-background .btn-prev,
 .el-pagination.is-background .btn-next,
 .el-pagination.is-background .el-pager li {
   background: #004d86 !important;
   color: #fff !important;
-}
+} */
 
 .el-pagination.is-background .btn-prev,
 .el-pagination.is-background .btn-next {
   background: #004d86 !important;
   color: #fff !important;
 }
-
+/* 分页按钮 */
+ /* .el-pagination.is-background .el-pager li {
+  background-color: #004d86;
+  color: #fff;
+  border: none !important;
+}
+ .el-pagination.is-background .btn-next {
+  background-color: #004d86;
+  color: #fff;
+  border: none !important;
+} */
 .el-button {
   border: 1px solid transparent;
 }

+ 2 - 2
src/views/PrintsLog/printlog/index.vue

@@ -102,9 +102,9 @@
         />
       </el-form-item>-->
       <el-form-item>
-        <el-button type="primary" size="btn" @click="handleQuery"
+        <!-- <el-button type="primary" size="btn" @click="handleQuery"
           >搜索</el-button
-        >
+        > -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>

+ 5 - 2
src/views/PrintsManage/manage/index.vue

@@ -133,9 +133,9 @@
         />
       </el-form-item>-->
       <el-form-item>
-        <el-button type="primary" size="btn" @click="handleQuery"
+        <!-- <el-button type="primary" size="btn" @click="handleQuery"
           >搜索</el-button
-        >
+        > -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>
@@ -1125,4 +1125,7 @@ export default {
 ::v-deep .el-dialog__footer {
   padding-right: 30px !important;
 }
+::v-deep .el-input__inner{
+  border: 1px solid white !important;
+}
 </style>

+ 6 - 1
src/views/barracksManagement/barracks/index.vue

@@ -81,7 +81,7 @@
         />
       </el-form-item> -->
       <el-form-item style="margin-left:-20px">
-        <el-button type="" size="btn" @click="handleQuery">搜索</el-button>
+        <!-- <el-button type="" size="btn" @click="handleQuery">搜索</el-button> -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>
@@ -529,6 +529,7 @@ export default {
   width: 650px;
   height: 32px;
   background-image: url("/static/img/小标题底.b7c6f45a.png");
+  background-size: 100%;
   margin-bottom: 25px;
   color: #fff;
   padding-left: 16px;
@@ -544,4 +545,8 @@ export default {
 ::v-deep .el-dialog__footer {
   margin-right: 56px;
 }
+::v-deep .el-form-item__content .el-input__inner{
+  width: 200px ;
+  height: 36px;
+}
 </style>

+ 6 - 1
src/views/barracksManagement/checkin/index.vue

@@ -57,7 +57,7 @@
         </el-date-picker>
       </el-form-item> -->
       <el-form-item>
-        <el-button size="btn" @click="handleQuery">搜索</el-button>
+        <!-- <el-button size="btn" @click="handleQuery">搜索</el-button> -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>
@@ -474,6 +474,7 @@ export default {
   width: 670px;
   height: 32px;
   background-image: url("/static/img/小标题底.b7c6f45a.png");
+  background-size: 100%;
   margin-bottom: 25px;
   color: #fff;
   padding-left: 16px;
@@ -482,4 +483,8 @@ export default {
 .dialog-footer {
   margin-right: 46px;
 }
+::v-deep .el-form-item__content .el-input__inner{
+  width: 200px ;
+  height: 36px;
+}
 </style>

+ 6 - 2
src/views/barracksManagement/flat/index.vue

@@ -107,7 +107,7 @@
         />
       </el-form-item> -->
       <el-form-item>
-        <el-button size="btn" @click="handleQuery">搜索</el-button>
+        <!-- <el-button size="btn" @click="handleQuery">搜索</el-button> -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>
@@ -537,7 +537,6 @@ export default {
 /* 输入框 */
 ::v-deep .el-dialog .el-input__inner {
   background-color: #004d86 !important;
-  width: 220px;
   color: white;
   margin-right: 20px;
 }
@@ -584,6 +583,7 @@ export default {
   width: 650px;
   height: 32px;
   background-image: url("/static/img/小标题底.b7c6f45a.png");
+  background-size: 100%;
   margin-bottom: 25px;
   color: #fff;
   padding-left: 16px;
@@ -592,4 +592,8 @@ export default {
 ::v-deep .el-dialog__footer {
   margin-right: 54px;
 }
+::v-deep .el-form-item__content .el-input__inner{
+  width: 200px ;
+  height: 36px;
+}
 </style>

+ 1 - 1
src/views/barracksManagement/flats/index.vue

@@ -90,7 +90,7 @@
       </el-form-item>
 
       <el-form-item>
-        <el-button size="btn" @click="handleQuery">搜索</el-button>
+        <!-- <el-button size="btn" @click="handleQuery">搜索</el-button> -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>

+ 34 - 8
src/views/combatduty/Quantitative/index.vue

@@ -233,7 +233,7 @@
         <div class="wrap-top-center">
           <div class="renyuan"><b>人员情况</b></div>
           <div class="wrap-top-center-item">
-            <div class="wrap-top-center-item-left">
+            <div class="wrap-top-center-item-left" id="a1">
               <img src="../../../images/Quantitative/编纳总人数.png" alt="" />
             </div>
             <div class="wrap-top-center-item-right">
@@ -242,7 +242,7 @@
             </div>
           </div>
           <div class="wrap-top-center-item">
-            <div class="wrap-top-center-item-left">
+            <div class="wrap-top-center-item-left" id="a3">
               <img src="../../../images/Quantitative/编纳在位.png" alt="" />
             </div>
             <div class="wrap-top-center-item-right">
@@ -264,7 +264,7 @@
             </div>
           </div>
           <div class="wrap-top-center-item">
-            <div class="wrap-top-center-item-left">
+            <div class="wrap-top-center-item-left" id="a5">
               <img src="../../../images/Quantitative/出差.png" alt="" />
             </div>
             <div class="wrap-top-center-item-right">
@@ -273,7 +273,7 @@
             </div>
           </div>
           <div class="wrap-top-center-item">
-            <div class="wrap-top-center-item-left">
+            <div class="wrap-top-center-item-left" id="a7">
               <img src="../../../images/Quantitative/学习.png" alt="" />
             </div>
             <div class="wrap-top-center-item-right">
@@ -291,7 +291,7 @@
             </div>
           </div>
           <div class="wrap-top-center-item">
-            <div class="wrap-top-center-item-left">
+            <div class="wrap-top-center-item-left" id="a2">
               <img src="../../../images/Quantitative/未编纳总人数.png" alt="" />
             </div>
             <div class="wrap-top-center-item-right">
@@ -300,7 +300,7 @@
             </div>
           </div>
           <div class="wrap-top-center-item">
-            <div class="wrap-top-center-item-left">
+            <div class="wrap-top-center-item-left" id="a4">
               <img src="../../../images/Quantitative/编纳在位.png" alt="" />
             </div>
             <div class="wrap-top-center-item-right">
@@ -322,7 +322,7 @@
             </div>
           </div>
           <div class="wrap-top-center-item">
-            <div class="wrap-top-center-item-left">
+            <div class="wrap-top-center-item-left" id="a6">
               <img src="../../../images/Quantitative/出差.png" alt="" />
             </div>
             <div class="wrap-top-center-item-right">
@@ -331,7 +331,7 @@
             </div>
           </div>
           <div class="wrap-top-center-item">
-            <div class="wrap-top-center-item-left">
+            <div class="wrap-top-center-item-left" id="a8">
               <img src="../../../images/Quantitative/学习.png" alt="" />
             </div>
             <div class="wrap-top-center-item-right">
@@ -927,4 +927,30 @@ table tr td {
   text-overflow: ellipsis;
   white-space: nowrap;
 }
+#a1 img{
+  height: 30px;
+}
+#a2 img{
+  height: 30px;
+}
+#a3 img{
+  width: 30px;
+}
+#a4 img{
+  width: 30px;
+}
+#a5 img{
+  width: 30px;
+}
+#a6 img{
+  width: 30px ;
+}
+#a7 img{
+  width: 30px ;
+  height: 30px;
+}
+#a8 img{
+  width: 30px ;
+  height: 30px;
+}
 </style>

+ 2 - 2
src/views/combatduty/grassdutyinfo/index.vue

@@ -191,9 +191,9 @@
         </el-select>
       </el-form-item>-->
       <el-form-item>
-        <el-button type="primary" size="btn" @click="handleQuery"
+        <!-- <el-button type="primary" size="btn" @click="handleQuery"
           >搜索</el-button
-        >
+        > -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>

+ 2 - 2
src/views/combatduty/militarydutyinfo/index.vue

@@ -103,9 +103,9 @@
         />
       </el-form-item>-->
       <el-form-item>
-        <el-button type="primary" size="btn" @click="handleQuery"
+        <!-- <el-button type="primary" size="btn" @click="handleQuery"
           >搜索</el-button
-        >
+        > -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>

+ 2 - 2
src/views/combatduty/regisdutyinfo/index.vue

@@ -104,9 +104,9 @@
         </el-date-picker>
       </el-form-item>
       <el-form-item>
-        <el-button type="primary" size="btn" @click="handleQuery"
+        <!-- <el-button type="primary" size="btn" @click="handleQuery"
           >搜索</el-button
-        >
+        > -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>

+ 2 - 2
src/views/combatduty/taskdutyinfo/index.vue

@@ -109,9 +109,9 @@
         />
       </el-form-item>-->
       <el-form-item>
-        <el-button type="primary" size="btn" @click="handleQuery"
+        <!-- <el-button type="primary" size="btn" @click="handleQuery"
           >搜索</el-button
-        >
+        > -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>

+ 2 - 2
src/views/combatduty/teamdutyinfo/index.vue

@@ -262,9 +262,9 @@
         />
       </el-form-item>-->
       <el-form-item>
-        <el-button type="primary" size="btn" @click="handleQuery"
+        <!-- <el-button type="primary" size="btn" @click="handleQuery"
           >搜索</el-button
-        >
+        > -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>

+ 4 - 4
src/views/doormanManage/bdglVisit/index.vue

@@ -34,13 +34,13 @@
         />
       </el-form-item>
       <el-form-item class="search">
-        <el-button
+        <!-- <el-button
           type="btr1"
           icon="el-icon-search"
           size="mini"
           @click="handleQuery"
           >搜索</el-button
-        >
+        > -->
         <el-button icon="el-icon-refresh" size="btr2" @click="resetQuery"
           >重置</el-button
         >
@@ -94,10 +94,10 @@
           v-hasPermi="['doormanManage:bdglVisit:export']"
         >导出</el-button>
       </el-col> -->
-      <right-toolbar
+      <!-- <right-toolbar
         :showSearch.sync="showSearch"
         @queryTable="getList"
-      ></right-toolbar>
+      ></right-toolbar> -->
     </el-row>
 
     <el-table

+ 1 - 1
src/views/militaryvehicleManagement/driver/index.vue

@@ -33,7 +33,7 @@
           @click="handleQuery"
           >搜索</el-button
         > -->
-        <el-button size="btn" @click="resetQuery"
+        <el-button size="btr" @click="resetQuery"
           >重置</el-button
         >
       </el-form-item>

+ 1 - 1
src/views/militaryvehicleManagement/privateAccessLog/index.vue

@@ -130,7 +130,7 @@
           @click="handleQuery"
           >搜索</el-button
         > -->
-        <el-button  size="btn" @click="resetQuery"
+        <el-button  size="btr" @click="resetQuery"
           >重置</el-button
         >
       </el-form-item>

+ 3 - 2
src/views/militaryvehicleManagement/privateCar/index.vue

@@ -40,7 +40,7 @@
           @click="handleQuery"
           >搜索</el-button
         > -->
-        <el-button  size="btn" @click="resetQuery"
+        <el-button  size="btr" @click="resetQuery"
           >重置</el-button
         >
       </el-form-item>
@@ -568,9 +568,10 @@ export default {
 }
 /* 基本信息背景 */
 .jiben {
-  width: 920px;
+  width: 620px;
   height: 32px;
   background-image: url(../../../images/小标题底.png);
+  background-size: 100%;
   margin-bottom: 25px;
   color: #fff;
   padding-left: 16px;

+ 1 - 1
src/views/militaryvehicleManagement/thebus/index.vue

@@ -199,7 +199,7 @@
           @click="handleQuery"
           >搜索</el-button
         > -->
-        <el-button  size="btn" @click="resetQuery"
+        <el-button  size="btr" @click="resetQuery"
           >重置</el-button
         >
       </el-form-item>

+ 3 - 3
src/views/militaryvehicleManagement/thebusAccessLog/index.vue

@@ -17,13 +17,13 @@
         />
       </el-form-item>
       <el-form-item>
-        <el-button
+        <!-- <el-button
           type="primary"
           size="btr"
           @click="handleQuery"
           >搜索</el-button
-        >
-        <el-button  size="btn" @click="resetQuery"
+        > -->
+        <el-button  size="btr" @click="resetQuery"
           >重置</el-button
         >
       </el-form-item>

+ 1 - 1
src/views/militaryvehicleManagement/thebusApply/index.vue

@@ -33,7 +33,7 @@
           @click="handleQuery"
           >搜索</el-button
         > -->
-        <el-button  size="btn" @click="resetQuery"
+        <el-button  size="btr" @click="resetQuery"
           >重置</el-button
         >
       </el-form-item>

+ 1 - 1
src/views/militaryvehicleManagement/thebusConfig/index.vue

@@ -31,7 +31,7 @@
           @click="handleQuery"
           >搜索</el-button
         > -->
-        <el-button  size="btn" @click="resetQuery"
+        <el-button  size="btr" @click="resetQuery"
           >重置</el-button
         >
       </el-form-item>

+ 13 - 2
src/views/militaryvehicleManagement/thebusList/index.vue

@@ -40,7 +40,7 @@
           @click="handleQuery"
           >搜索</el-button
         > -->
-        <el-button  size="btn" @click="resetQuery"
+        <el-button  size="btr" @click="resetQuery"
           >重置</el-button
         >
       </el-form-item>
@@ -97,8 +97,9 @@
             >出车</el-button
           >
           <el-button
+          class="a1"
             v-else
-            size="btc"
+            size=""
             type="text"
             @click="singles(scope.row)"
             v-hasPermi="['militaryvehicleManagement:thebusApply:edit']"
@@ -727,5 +728,15 @@ export default {
 ::v-deep .box4 table td {
   border-bottom: 1px solid white !important;
 }
+.a1{
+  width: 46px !important;
+    border: 1px solid transparent;
+    padding: 3px 8px;
+    font-size: 14px;
+    line-height: 1.5;
+    border-radius: 3px;
+    color: #fff;
+    background-color: #1890ff;
+}
 </style>
 

+ 5 - 5
src/views/militaryvehicleManagement/thebusThemplate/index.vue

@@ -62,14 +62,14 @@
         />
       </el-form-item>
       <el-form-item>
-        <el-button
+        <!-- <el-button
           type="primary"
           icon="el-icon-search"
           size="mini"
           @click="handleQuery"
           >搜索</el-button
-        >
-        <el-button  size="btn" @click="resetQuery"
+        > -->
+        <el-button  size="btr" @click="resetQuery"
           >重置</el-button
         >
       </el-form-item>
@@ -123,10 +123,10 @@
           >导出</el-button
         >
       </el-col>
-      <right-toolbar
+      <!-- <right-toolbar
         :showSearch.sync="showSearch"
         @queryTable="getList"
-      ></right-toolbar>
+      ></right-toolbar> -->
     </el-row>
 
     <el-table

+ 1 - 0
src/views/peopleChuRu/bdglLeave/index.vue

@@ -1283,6 +1283,7 @@ export default {
   width: 920px;
   height: 32px;
   background-image: url(../../../images/小标题底.png);
+  background-size: 100%;
   margin-bottom: 25px;
   color: #fff;
   padding-left: 16px;

+ 2 - 2
src/views/peopleChuRu/peopleBorrow/index.vue

@@ -558,10 +558,10 @@ export default {
 }
 /* 基本信息背景 */
 .jiben {
-  width: 700px;
+  width: 660px;
   height: 32px;
   background-image: url(../../../images/小标题底.png);
-  background-size: 700px;
+  background-size: 100%;
   margin-bottom: 25px;
   color: #fff;
   padding-left: 16px;

+ 5 - 5
src/views/peopleManage/examination/index.vue

@@ -95,7 +95,7 @@
           @keyup.enter.native="handleQuery"
         />
       </el-form-item> -->
-      <el-form-item label="人员名称" prop="cName">
+      <el-form-item label="" prop="cName">
         <el-input
           v-model="queryParams.cName"
           placeholder="请输入人员名称"
@@ -105,9 +105,9 @@
         />
       </el-form-item>
       <el-form-item>
-        <el-button type="primary" size="btn" @click="handleQuery"
+        <!-- <el-button type="primary" size="btn" @click="handleQuery"
           >搜索</el-button
-        >
+        > -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>
@@ -159,10 +159,10 @@
           v-hasPermi="['peopleManage:examination:export']"
         >导出</el-button>
       </el-col> -->
-      <right-toolbar
+      <!-- <right-toolbar
         :showSearch.sync="showSearch"
         @queryTable="getList"
-      ></right-toolbar>
+      ></right-toolbar> -->
     </el-row>
 
     <el-table

+ 3 - 4
src/views/peopleManage/people/index.vue

@@ -472,9 +472,9 @@
         </el-date-picker>
           </el-form-item>-->
           <el-form-item>
-            <el-button type="primary" size="btn" @click="handleQuery"
+            <!-- <el-button type="primary" size="btn" @click="handleQuery"
               >搜索</el-button
-            >
+            > -->
             <el-button size="btr" @click="resetQuery">重置</el-button>
           </el-form-item>
         </el-form>
@@ -2025,6 +2025,5 @@ export default {
 ::v-deep .el-tree-node__content {
   height: 32px;
 }
-.zengJia {
-}
+
 </style>

+ 7 - 7
src/views/peopleManage/transfer/index.vue

@@ -7,7 +7,7 @@
       v-show="showSearch"
       label-width="68px"
     >
-      <el-form-item label="调动人员" prop="peopleId">
+      <el-form-item label="" prop="peopleId">
         <el-select
           v-model="queryParams.transferId"
           clearable
@@ -24,7 +24,7 @@
           ></el-option>
         </el-select>
       </el-form-item>
-      <el-form-item label="调动类型" prop="transferId">
+      <el-form-item label="" prop="transferId">
         <el-select
           v-model="queryParams.transferId"
           @keyup.enter.native="handleQuery"
@@ -40,7 +40,7 @@
           ></el-option>
         </el-select>
       </el-form-item>
-      <el-form-item label="调动日期" prop="transferDate">
+      <el-form-item label="" prop="transferDate">
         <el-date-picker
           clearable
           size="small"
@@ -179,9 +179,9 @@
         />
       </el-form-item>-->
       <el-form-item>
-        <el-button type="primary" size="btn" @click="handleQuery"
+        <!-- <el-button type="primary" size="btn" @click="handleQuery"
           >搜索</el-button
-        >
+        > -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>
@@ -234,10 +234,10 @@
           >导出</el-button
         >
       </el-col>
-      <right-toolbar
+      <!-- <right-toolbar
         :showSearch.sync="showSearch"
         @queryTable="getList"
-      ></right-toolbar>
+      ></right-toolbar> -->
     </el-row>
 
     <el-table

+ 1 - 1
src/views/system/config/index.vue

@@ -60,7 +60,7 @@
         ></el-date-picker>
       </el-form-item>
       <el-form-item>
-        <el-button size="btn" @click="handleQuery">搜索</el-button>
+        <!-- <el-button size="btn" @click="handleQuery">搜索</el-button> -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>

+ 2 - 1
src/views/system/dept/index.vue

@@ -32,7 +32,7 @@
         </el-select>
       </el-form-item>
       <el-form-item>
-        <el-button size="btn" @click="handleQuery">搜索</el-button>
+        <!-- <el-button size="btn" @click="handleQuery">搜索</el-button> -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>
@@ -508,6 +508,7 @@ export default {
   width: 660px;
   height: 32px;
   background-image: url(../../../images/小标题底.png);
+  background-size: 100%;
   margin-bottom: 25px;
   color: #fff;
   padding-left: 16px;

+ 9 - 9
src/views/system/dict/data.vue

@@ -7,7 +7,7 @@
       v-show="showSearch"
       label-width="68px"
     >
-      <el-form-item label="字典名称" prop="dictType">
+      <el-form-item label="" prop="dictType">
         <el-select v-model="queryParams.dictType" size="small">
           <el-option
             v-for="item in typeOptions"
@@ -17,7 +17,7 @@
           />
         </el-select>
       </el-form-item>
-      <el-form-item label="字典标签" prop="dictLabel">
+      <el-form-item label="" prop="dictLabel">
         <el-input
           v-model="queryParams.dictLabel"
           placeholder="请输入字典标签"
@@ -26,7 +26,7 @@
           @keyup.enter.native="handleQuery"
         />
       </el-form-item>
-      <el-form-item label="状态" prop="status">
+      <el-form-item label="" prop="status">
         <el-select
           v-model="queryParams.status"
           placeholder="数据状态"
@@ -42,13 +42,13 @@
         </el-select>
       </el-form-item>
       <el-form-item>
-        <el-button
+        <!-- <el-button
           type="primary"
           icon="el-icon-search"
           size="btn"
           @click="handleQuery"
           >搜索</el-button
-        >
+        > -->
         <el-button
           class="Reset"
           icon="el-icon-refresh"
@@ -107,10 +107,10 @@
           >导出</el-button
         >
       </el-col>
-      <right-toolbar
+      <!-- <right-toolbar
         :showSearch.sync="showSearch"
         @queryTable="getList"
-      ></right-toolbar>
+      ></right-toolbar> -->
     </el-row>
 
     <el-table
@@ -539,8 +539,8 @@ export default {
   width: 100px !important;
 }
 ::v-deep .el-input__inner {
-  /* width: 200px !important;
-  height: 36px; */
+  /* width: 200px !important;*/
+  height: 36px; 
   background: transparent;
   color: #fff;
 }

+ 4 - 3
src/views/system/dict/index.vue

@@ -33,7 +33,7 @@
           placeholder="字典状态"
           clearable
           size="small"
-          style="width: 240px"
+          style="width: 200px"
         >
           <el-option
             v-for="dict in dict.type.sys_normal_disable"
@@ -44,7 +44,7 @@
           />
         </el-select>
       </el-form-item>
-      <el-form-item label="创建时间">
+      <el-form-item label="">
         <el-date-picker
           v-model="dateRange"
           size="small"
@@ -62,7 +62,7 @@
         ></el-date-picker>
       </el-form-item>
       <el-form-item>
-        <el-button size="btn" @click="handleQuery">搜索</el-button>
+        <!-- <el-button size="btn" @click="handleQuery">搜索</el-button> -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>
@@ -504,6 +504,7 @@ export default {
   width: 660px;
   height: 32px;
   background-image: url(../../../images/小标题底.png);
+  background-size: 100%;
   margin-bottom: 25px;
   color: #fff;
   padding-left: 16px;

+ 2 - 1
src/views/system/menu/index.vue

@@ -32,7 +32,7 @@
         </el-select>
       </el-form-item>
       <el-form-item>
-        <el-button size="btn" @click="handleQuery">搜索</el-button>
+        <!-- <el-button size="btn" @click="handleQuery">搜索</el-button> -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>
@@ -632,6 +632,7 @@ export default {
   width: 660px;
   height: 32px;
   background-image: url(../../../images/小标题底.png);
+  background-size: 100%;
   margin-bottom: 25px;
   color: #fff;
   padding-left: 16px;

+ 2 - 1
src/views/system/notice/index.vue

@@ -41,7 +41,7 @@
         </el-select>
       </el-form-item>
       <el-form-item>
-        <el-button size="btn" @click="handleQuery">搜索</el-button>
+        <!-- <el-button size="btn" @click="handleQuery">搜索</el-button> -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>
@@ -458,6 +458,7 @@ export default {
   width: 660px;
   height: 32px;
   background-image: url(../../../images/小标题底.png);
+  background-size: 100%;
   margin-bottom: 25px;
   color: #fff;
   padding-left: 16px;

+ 2 - 1
src/views/system/post/index.vue

@@ -42,7 +42,7 @@
         </el-select>
       </el-form-item>
       <el-form-item>
-        <el-button size="btn" @click="handleQuery">搜索</el-button>
+        <!-- <el-button size="btn" @click="handleQuery">搜索</el-button> -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>
@@ -446,6 +446,7 @@ export default {
 .jiben {
   width: 660px;
   height: 32px;
+  background-size: 100%;
   background-image: url(../../../images/小标题底.png);
   margin-bottom: 25px;
   color: #fff;

+ 6 - 6
src/views/system/role/authUser.vue

@@ -6,7 +6,7 @@
       v-show="showSearch"
       :inline="true"
     >
-      <el-form-item label="用户名称" prop="userName">
+      <el-form-item label="" prop="userName">
         <el-input
           v-model="queryParams.userName"
           placeholder="请输入用户名称"
@@ -16,7 +16,7 @@
           @keyup.enter.native="handleQuery"
         />
       </el-form-item>
-      <el-form-item label="手机号码" prop="phonenumber">
+      <el-form-item label="" prop="phonenumber">
         <el-input
           v-model="queryParams.phonenumber"
           placeholder="请输入手机号码"
@@ -27,12 +27,12 @@
         />
       </el-form-item>
       <el-form-item>
-        <el-button
+        <!-- <el-button
           icon="el-icon-search"
           size="btn"
           @click="handleQuery"
           >搜索</el-button
-        >
+        > -->
         <el-button
           icon="el-icon-refresh"
           size="btr"
@@ -69,10 +69,10 @@
           >关闭</el-button
         >
       </el-col>
-      <right-toolbar
+      <!-- <right-toolbar
         :showSearch.sync="showSearch"
         @queryTable="getList"
-      ></right-toolbar>
+      ></right-toolbar> -->
     </el-row>
 <!-- 添加用户 -->
     <el-table

+ 4 - 2
src/views/system/role/index.vue

@@ -59,7 +59,7 @@
         ></el-date-picker>
       </el-form-item>
       <el-form-item>
-        <el-button size="btn" @click="handleQuery">搜索</el-button>
+        <!-- <el-button size="btn" @click="handleQuery">搜索</el-button> -->
         <el-button size="btr" @click="resetQuery">重置</el-button>
       </el-form-item>
     </el-form>
@@ -798,6 +798,7 @@ export default {
   width: 660px;
   height: 32px;
   background-image: url(../../../images/小标题底.png);
+  background-size: 100%;
   margin-bottom: 25px;
   color: #fff;
   padding-left: 16px;
@@ -807,6 +808,7 @@ export default {
 ::v-deep .el-form-item__content {
   width: 200px;
 }
+
 .contents {
   padding: 0px 40px !important;
 }
@@ -916,7 +918,7 @@ export default {
   background: #00365f;
 }
 ::v-deep .el-textarea__inner {
-  width: 600px;
+  width: 660px;
   height: 104px;
   margin: auto !important;
 }

+ 6 - 3
src/views/system/user/index.vue

@@ -89,9 +89,9 @@
             ></el-date-picker>
           </el-form-item>
           <el-form-item>
-            <el-button type="primary" size="btn" @click="handleQuery"
+            <!-- <el-button type="primary" size="btn" @click="handleQuery"
               >搜索</el-button
-            >
+            > -->
             <el-button size="btr" @click="resetQuery">重置</el-button>
           </el-form-item>
         </el-form>
@@ -1022,7 +1022,10 @@ export default {
 ::v-deep .el-textarea__inner {
   width: 930px;
   height: 104px;
-  margin: auto !important;
+  margin-left: 23px;
+}
+::v-deep .el-input.is-disabled .el-input__inner{
+  background: #004d86 !important;
 }
 ::v-deep .el-dialog__header {
   border-bottom: 1px solid #718a9d;

+ 3 - 3
src/views/taishi/index.vue

@@ -356,7 +356,7 @@
                 </tr>
                 <tr>
                   <td>
-                    <img src="../../assets/images/waichu.png" alt />
+                    <img src="../../assets/images/zong.png" alt />
                   </td>
                   <td>
                     <div
@@ -378,7 +378,7 @@
                 </tr>
                 <tr>
                   <td>
-                    <img src="../../assets/images/waichu.png" alt />
+                    <img src="../../assets/images/zaiwei.png" alt />
                   </td>
                   <td>
                     <div
@@ -422,7 +422,7 @@
                 </tr>
                 <tr>
                   <td>
-                    <img src="../../assets/images/waichu.png" alt />
+                    <img src="../../assets/images/zaiwei.png" alt />
                   </td>
                   <td>
                     <div

+ 1 - 1
src/views/workingArrangements/planTask/index.vue

@@ -30,7 +30,7 @@
       </el-form-item>
 
       <el-form-item>
-        <el-button type="primary" icon="el-icon-search" size="btn" @click="handleQuery">搜索</el-button>
+        <!-- <el-button type="primary" icon="el-icon-search" size="btn" @click="handleQuery">搜索</el-button> -->
         <el-button
           type="btr"
           icon="el-icon-refresh"

+ 2 - 2
src/views/workingArrangements/workTask/index.vue

@@ -73,13 +73,13 @@
         />
       </el-form-item>
       <el-form-item>
-        <el-button
+        <!-- <el-button
           type="primary"
           icon="el-icon-search"
           size="btn"
           @click="handleQuery"
           >搜索</el-button
-        >
+        > -->
         <el-button
           type="btr"
           icon="el-icon-refresh"