Quellcode durchsuchen

表格签名处留空白,树形结构样式

liangjiahao vor 3 Jahren
Ursprung
Commit
fb6d2c9ce1
34 geänderte Dateien mit 589 neuen und 164 gelöschten Zeilen
  1. 57 11
      src/components/look_word/bdgleven.vue
  2. 45 7
      src/components/look_word/bdglmeeting.vue
  3. 115 27
      src/components/look_word/bdglparty.vue
  4. 54 32
      src/components/look_word/bdglsoldier.vue
  5. 2 0
      src/views/grassrootsregistration/bdglarmament/index.vue
  6. 2 0
      src/views/grassrootsregistration/bdglcookbook/index.vue
  7. 31 31
      src/views/grassrootsregistration/bdgldiary/index.vue
  8. 2 0
      src/views/grassrootsregistration/bdgldrill/index.vue
  9. 2 0
      src/views/grassrootsregistration/bdglequip/index.vue
  10. 2 0
      src/views/grassrootsregistration/bdgleven/index.vue
  11. 2 0
      src/views/grassrootsregistration/bdglfilemanagement/index.vue
  12. 2 0
      src/views/grassrootsregistration/bdglfood/index.vue
  13. 2 0
      src/views/grassrootsregistration/bdglmeeting/index.vue
  14. 2 0
      src/views/grassrootsregistration/bdglparty/index.vue
  15. 2 0
      src/views/grassrootsregistration/bdglpublicproperty/index.vue
  16. 2 0
      src/views/grassrootsregistration/bdglsecrecy/index.vue
  17. 2 0
      src/views/grassrootsregistration/bdglsoldier/index.vue
  18. 2 0
      src/views/grassrootsregistration/bdglweekwork/index.vue
  19. 30 15
      src/views/grassrootsregistration/personnelRoster/index.vue
  20. 3 1
      src/views/grassrootsregistration/statistics/index.vue
  21. 12 0
      src/views/system/config/index.vue
  22. 10 0
      src/views/system/cookcategory/index.vue
  23. 12 1
      src/views/system/dept/index.vue
  24. 12 0
      src/views/system/dict/data.vue
  25. 12 0
      src/views/system/dict/index.vue
  26. 12 0
      src/views/system/menu/index.vue
  27. 12 1
      src/views/system/notice/index.vue
  28. 12 0
      src/views/system/post/index.vue
  29. 10 1
      src/views/system/role/authUser.vue
  30. 36 21
      src/views/system/role/index.vue
  31. 2 0
      src/views/system/role/selectUser.vue
  32. 10 0
      src/views/system/user/authRole.vue
  33. 66 16
      src/views/system/user/index.vue
  34. 10 0
      src/views/system/user/profile/index.vue

+ 57 - 11
src/components/look_word/bdgleven.vue

@@ -34,12 +34,12 @@
         bordercolor="black"
         class="size"
       >
-        <tbody style="font-size: 16px;font-weight: 500;">
+        <tbody style="font-size: 16px; font-weight: 500">
           <tr class="JR_tr">
             <td
               width="70"
               class="JR_left"
-              style="border-right: 1px dashed #999;font-family: 'heiti'"
+              style="border-right: 1px dashed #999; font-family: 'heiti'"
             >
               <p align="center">&nbsp;&nbsp;时 &nbsp;&nbsp;&nbsp;&nbsp;间</p>
             </td>
@@ -99,7 +99,11 @@
             <td
               class="JR_right"
               align="left"
-              style="line-height: 20px; text-indent: 20px;font-family: 'fangsong'"
+              style="
+                line-height: 20px;
+                text-indent: 20px;
+                font-family: 'fangsong';
+              "
               v-html="message.title"
             >
               <!-- {{ message.title }} -->
@@ -114,38 +118,80 @@
             <td
               align="left"
               class="JR_right"
-              style="line-height: 20px; text-indent: 20px;font-family: 'fangsong'"
+              style="
+                line-height: 20px;
+                text-indent: 20px;
+                font-family: 'fangsong';
+              "
               v-html="message.contents"
             ></td>
           </tr>
-
+        </tbody>
+      </table>
+      <table
+        border="1"
+        style="
+          border-collapse: collapse;
+          border: none;
+          mso-border-left-alt: 0.5pt solid windowtext;
+          mso-border-top-alt: 0.5pt solid windowtext;
+          mso-border-right-alt: 0.5pt solid windowtext;
+          mso-border-bottom-alt: 0.5pt solid windowtext;
+          mso-border-insideh: 0.5pt solid windowtext;
+          mso-border-insidev: 0.5pt solid windowtext;
+          mso-padding-alt: 0pt 0pt 0pt 0pt;
+        "
+        width="600"
+        align="center"
+        bordercolor="black"
+        class="size"
+        border-top="none"
+      >
+        <tbody>
           <tr class="JR_tr">
             <td
               colspan="2"
               class="JR_bottom"
-              style="border-left: 1px solid black;font-family: 'heiti'"
+              style="
+                border-top: none;
+                border-right: none;
+                border-left: 1px solid black;
+                font-family: 'heiti';
+              "
             >
-              <p style="text-align: right; padding-right: 80px">主持人:</p>
+              <p style="text-align: right">主持人:</p>
             </td>
+            <td style="width: 100px; border-top: none; border-left: none"></td>
           </tr>
           <tr class="JR_tr">
             <td
               colspan="2"
               class="JR_bottom"
-              style="border-left: 1px solid black;font-family: 'heiti'"
+              style="
+                border-right: none;
+                border-left: 1px solid black;
+                font-family: 'heiti';
+              "
             >
-              <p style="text-align: right; padding-right: 80px">记录人:</p>
+              <p style="text-align: right">记录人:</p>
             </td>
+            <td style="width: 100px; border-left: none"></td>
           </tr>
+
           <tr class="JR_tr">
             <td
               colspan="2"
               class="JR_bottom"
-              style="border-left: 1px solid black;font-family: 'heiti'"
+              style="
+                border-right: none;
+                border-left: 1px solid black;
+                font-family: 'heiti';
+              "
             >
               <!--<p style=" text-align:right;padding-right: 10px;">    年  月  日</p>-->
-              <p style="text-align: right; padding-right: 80px">时间:</p>
+              <p style="text-align: right">时间:</p>
             </td>
+            <td style="width: 100px; border-left: none"></td>
           </tr>
         </tbody>
       </table>

+ 45 - 7
src/components/look_word/bdglmeeting.vue

@@ -152,34 +152,72 @@
               v-html="message.contents"
             ></td>
           </tr>
-
+</tbody>
+      </table>
+      <table
+        border="1"
+        style="
+          border-collapse: collapse;
+          border: none;
+          mso-border-left-alt: 0.5pt solid windowtext;
+          mso-border-top-alt: 0.5pt solid windowtext;
+          mso-border-right-alt: 0.5pt solid windowtext;
+          mso-border-bottom-alt: 0.5pt solid windowtext;
+          mso-border-insideh: 0.5pt solid windowtext;
+          mso-border-insidev: 0.5pt solid windowtext;
+          mso-padding-alt: 0pt 0pt 0pt 0pt;
+        "
+        width="600"
+        align="center"
+        bordercolor="black"
+        class="size"
+        border-top="none"
+      >
+        <tbody>
           <tr class="JR_tr">
             <td
               colspan="2"
               class="JR_bottom"
-              style="border-left: 1px solid black;font-family: 'kaiti'"
+              style="
+                border-top: none;
+                border-right: none;
+                border-left: 1px solid black;
+                font-family: 'heiti';
+              "
             >
-              <p style="text-align: right; padding-right: 80px">主持人:</p>
+              <p style="text-align: right">主持人:</p>
             </td>
+            <td style="width: 100px; border-top: none; border-left: none"></td>
           </tr>
           <tr class="JR_tr">
             <td
               colspan="2"
               class="JR_bottom"
-              style="border-left: 1px solid black;font-family: 'kaiti'"
+              style="
+                border-right: none;
+                border-left: 1px solid black;
+                font-family: 'heiti';
+              "
             >
-              <p style="text-align: right; padding-right: 80px">记录人:</p>
+              <p style="text-align: right">记录人:</p>
             </td>
+            <td style="width: 100px; border-left: none"></td>
           </tr>
+
           <tr class="JR_tr">
             <td
               colspan="2"
               class="JR_bottom"
-              style="border-left: 1px solid black;font-family: 'kaiti'"
+              style="
+                border-right: none;
+                border-left: 1px solid black;
+                font-family: 'heiti';
+              "
             >
               <!--<p style=" text-align:right;padding-right: 10px;">    年  月  日</p>-->
-              <p style="text-align: right; padding-right: 80px">时间:</p>
+              <p style="text-align: right">时间:</p>
             </td>
+            <td style="width: 100px; border-left: none"></td>
           </tr>
         </tbody>
       </table>

+ 115 - 27
src/components/look_word/bdglparty.vue

@@ -32,10 +32,13 @@
         bordercolor="black"
         class="size"
       >
-        <tbody style="font-size: 16px;font-weight: 500;">
+        <tbody style="font-size: 16px; font-weight: 500">
           <tr class="JR_tr">
             <th class="" colspan="2" style="font-family: 'kaiti'">
-              <h4 align="center" style="font-size: 18px;font-weight: 500;font-family: 'kaiti'">
+              <h4
+                align="center"
+                style="font-size: 18px; font-weight: 500; font-family: 'kaiti'"
+              >
                 党支部委员会议(简称支委会)
               </h4>
             </th>
@@ -44,14 +47,18 @@
             <td
               width="110"
               class="JR_left"
-              style="border-right: 1px dashed #999;font-family: 'kaiti'"
+              style="border-right: 1px dashed #999; font-family: 'kaiti'"
             >
               <p align="center">&nbsp;&nbsp;时 &nbsp;间:</p>
             </td>
             <td
               align="left"
               class="JR_right"
-              style="border-left: 1px dashed #999; padding-left: 20px;font-family: 'fangsong'"
+              style="
+                border-left: 1px dashed #999;
+                padding-left: 20px;
+                font-family: 'fangsong';
+              "
             >
               <p>{{ message.convokeTime }}</p>
             </td>
@@ -60,74 +67,113 @@
             <td
               align="left"
               class="JR_left"
-              style="border-right: 1px dashed #999;font-family: 'kaiti'"
+              style="border-right: 1px dashed #999; font-family: 'kaiti'"
             >
               <p align="center">&nbsp;&nbsp;地 &nbsp;点:</p>
             </td>
             <td
               align="left"
               class="JR_right"
-              style="border-left: 1px dashed #999; padding-left: 20px;font-family: 'fangsong'"
+              style="
+                border-left: 1px dashed #999;
+                padding-left: 20px;
+                font-family: 'fangsong';
+              "
             >
               <p>{{ message.address }}</p>
             </td>
           </tr>
           <tr class="JR_tr">
-            <td class="JR_left" style="border-right: 1px dashed #999;font-family: 'kaiti'">
+            <td
+              class="JR_left"
+              style="border-right: 1px dashed #999; font-family: 'kaiti'"
+            >
               <p align="center">&nbsp;&nbsp;主持人:</p>
             </td>
             <td
               align="left"
               class="JR_right"
-              style="border-left: 1px dashed #999; padding-left: 20px;font-family: 'fangsong'"
+              style="
+                border-left: 1px dashed #999;
+                padding-left: 20px;
+                font-family: 'fangsong';
+              "
             >
               <p>{{ message.compereRen }}</p>
             </td>
           </tr>
           <tr class="JR_tr">
-            <td class="JR_left" style="border-right: 1px dashed #999;font-family: 'kaiti'">
+            <td
+              class="JR_left"
+              style="border-right: 1px dashed #999; font-family: 'kaiti'"
+            >
               <p align="center">&nbsp;&nbsp;参加人:</p>
             </td>
             <td
               align="left"
               class="JR_right"
-              style="border-left: 1px dashed #999; padding-left: 20px;font-family: 'fangsong'"
+              style="
+                border-left: 1px dashed #999;
+                padding-left: 20px;
+                font-family: 'fangsong';
+              "
             >
               <p>{{ message.joinId }}</p>
             </td>
           </tr>
           <tr class="JR_tr">
-            <td class="JR_left" style="border-right: 1px dashed #999;font-family: 'kaiti'">
+            <td
+              class="JR_left"
+              style="border-right: 1px dashed #999; font-family: 'kaiti'"
+            >
               <p align="center">&nbsp;&nbsp;列席人:</p>
             </td>
             <td
               align="left"
               class="JR_right"
-              style="border-left: 1px dashed #999; padding-left: 20px;font-family: 'fangsong'"
+              style="
+                border-left: 1px dashed #999;
+                padding-left: 20px;
+                font-family: 'fangsong';
+              "
             >
               <p>{{ message.peopleIds }}</p>
             </td>
           </tr>
           <tr class="JR_tr">
-            <td class="JR_left" style="border-right: 1px dashed #999;font-family: 'kaiti'">
+            <td
+              class="JR_left"
+              style="border-right: 1px dashed #999; font-family: 'kaiti'"
+            >
               <p align="center">&nbsp;&nbsp;缺席人:</p>
             </td>
             <td
               align="left"
               class="JR_right"
-              style="border-left: 1px dashed #999; padding-left: 20px;font-family: 'fangsong'"
+              style="
+                border-left: 1px dashed #999;
+                padding-left: 20px;
+                font-family: 'fangsong';
+              "
             >
               <p>{{ message.absentIds }}</p>
             </td>
           </tr>
           <tr class="JR_tr">
-            <td class="JR_left" style="border-right: 1px dashed #999;font-family: 'kaiti'">
+            <td
+              class="JR_left"
+              style="border-right: 1px dashed #999; font-family: 'kaiti'"
+            >
               <p align="center">&nbsp;&nbsp;记录人:</p>
             </td>
             <td
               align="left"
               class="JR_right"
-              style="border-left: 1px dashed #999; padding-left: 20px;font-family: 'fangsong'"
+              style="
+                border-left: 1px dashed #999;
+                padding-left: 20px;
+                font-family: 'fangsong';
+              "
             >
               <p>{{ message.peopleJiLu }}</p>
             </td>
@@ -137,13 +183,17 @@
             <td
               rowspan="2"
               class="JR_left"
-              style="border-right: 1px dashed #999;font-family: 'kaiti'"
+              style="border-right: 1px dashed #999; font-family: 'kaiti'"
             >
               <p align="center">&nbsp;&nbsp;议 &nbsp;题:</p>
             </td>
             <td
               rowspan="2"
-              style="border-left: 1px dashed #999; padding: 0px 20px;font-family: 'fangsong'"
+              style="
+                border-left: 1px dashed #999;
+                padding: 0px 20px;
+                font-family: 'fangsong';
+              "
               align="left"
               class="JR_right"
               v-html="message.title"
@@ -153,7 +203,7 @@
           </tr>
           <tr class="JR_tr"></tr>
           <tr class="JR_tr">
-            <td class="JR_left" style="border-right: 0;font-family: 'kaiti'">
+            <td class="JR_left" style="border-right: 0; font-family: 'kaiti'">
               <p align="center">&nbsp;&nbsp; 内 &nbsp;容:</p>
             </td>
             <td class="TableData" style="border-left: 0"></td>
@@ -167,38 +217,76 @@
                 text-indent: 30px;
                 padding: 0px 10px;
                 border: 1px solid black;
-                font-family: 'fangsong'
+                font-family: 'fangsong';
               "
             ></td>
           </tr>
-
+        </tbody>
+      </table>
+      <table
+        border="1"
+        style="
+          border-collapse: collapse;
+          border: none;
+          mso-border-left-alt: 0.5pt solid windowtext;
+          mso-border-top-alt: 0.5pt solid windowtext;
+          mso-border-right-alt: 0.5pt solid windowtext;
+          mso-border-bottom-alt: 0.5pt solid windowtext;
+          mso-border-insideh: 0.5pt solid windowtext;
+          mso-border-insidev: 0.5pt solid windowtext;
+          mso-padding-alt: 0pt 0pt 0pt 0pt;
+        "
+        width="600"
+        align="center"
+        bordercolor="black"
+        class="size"
+        border-top="none"
+      >
+         <tbody>
           <tr class="JR_tr">
             <td
               colspan="2"
               class="JR_bottom"
-              style="border-left: 1px solid black;font-family: 'kaiti'"
+              style="
+                border-top: none;
+                border-right: none;
+                border-left: 1px solid black;
+                font-family: 'heiti';
+              "
             >
-              <p style="text-align: right; padding-right: 80px">主持人:</p>
+              <p style="text-align: right">主持人:</p>
             </td>
+            <td style="width: 100px; border-top: none; border-left: none"></td>
           </tr>
           <tr class="JR_tr">
             <td
               colspan="2"
               class="JR_bottom"
-              style="border-left: 1px solid black;font-family: 'kaiti'"
+              style="
+                border-right: none;
+                border-left: 1px solid black;
+                font-family: 'heiti';
+              "
             >
-              <p style="text-align: right; padding-right: 80px">记录人:</p>
+              <p style="text-align: right">记录人:</p>
             </td>
+            <td style="width: 100px; border-left: none"></td>
           </tr>
+
           <tr class="JR_tr">
             <td
               colspan="2"
               class="JR_bottom"
-              style="border-left: 1px solid black;font-family: 'kaiti'"
+              style="
+                border-right: none;
+                border-left: 1px solid black;
+                font-family: 'heiti';
+              "
             >
               <!--<p style=" text-align:right;padding-right: 10px;">    年  月  日</p>-->
-              <p style="text-align: right; padding-right: 80px">时间:</p>
+              <p style="text-align: right">时间:</p>
             </td>
+            <td style="width: 100px; border-left: none"></td>
           </tr>
         </tbody>
       </table>

+ 54 - 32
src/components/look_word/bdglsoldier.vue

@@ -114,50 +114,72 @@
             </td>
           </tr>
 
+         </tbody>
+      </table>
+      <table
+        border="1"
+        style="
+          border-collapse: collapse;
+          border: none;
+          mso-border-left-alt: 0.5pt solid windowtext;
+          mso-border-top-alt: 0.5pt solid windowtext;
+          mso-border-right-alt: 0.5pt solid windowtext;
+          mso-border-bottom-alt: 0.5pt solid windowtext;
+          mso-border-insideh: 0.5pt solid windowtext;
+          mso-border-insidev: 0.5pt solid windowtext;
+          mso-padding-alt: 0pt 0pt 0pt 0pt;
+        "
+        width="600"
+        align="center"
+        bordercolor="black"
+        class="size"
+        border-top="none"
+      >
+        <tbody>
           <tr class="JR_tr">
-            <td class="JR_left" style="border-right: 0;font-family: 'kaiti'">
-              <p align="center">&nbsp;&nbsp; 内 &nbsp;容:</p>
-            </td>
-            <td class="TableData" style="border-left: 0"></td>
-          </tr>
-          <tr align="left" class="JR_tr">
             <td
               colspan="2"
-              class="JR_right"
-              v-html="message.contents"
+              class="JR_bottom"
               style="
-                text-indent: 30px;
-                padding: 0px 10px;
-                border: 1px solid black;
-                font-family: 'fangsong'
+                border-top: none;
+                border-right: none;
+                border-left: 1px solid black;
+                font-family: 'heiti';
               "
-            ></td>
-          </tr>
-
-          <tr class="JR_tr">
-            <td colspan="2" class="TableData" style="border: 1px solid black">
-              <p
-                class="JR_bottom"
-                style="text-align: right; padding-right: 80px;font-family: 'fangsong'"
-              >
-                主持人:
-              </p>
+            >
+              <p style="text-align: right">主持人:</p>
             </td>
+            <td style="width: 100px; border-top: none; border-left: none"></td>
           </tr>
           <tr class="JR_tr">
-            <td colspan="2" class="TableData" style="border: 1px solid black">
-              <p
-                class="JR_bottom"
-                style="text-align: right; padding-right: 80px;font-family: 'fangsong'"
-              >
-                记录人:
-              </p>
+            <td
+              colspan="2"
+              class="JR_bottom"
+              style="
+                border-right: none;
+                border-left: 1px solid black;
+                font-family: 'heiti';
+              "
+            >
+              <p style="text-align: right">记录人:</p>
             </td>
+            <td style="width: 100px; border-left: none"></td>
           </tr>
+
           <tr class="JR_tr">
-            <td colspan="2" class="" style="border: 1px solid black">
-              <p style="text-align: right; padding-right: 80px;font-family: 'fangsong'">时间:</p>
+            <td
+              colspan="2"
+              class="JR_bottom"
+              style="
+                border-right: none;
+                border-left: 1px solid black;
+                font-family: 'heiti';
+              "
+            >
+              <!--<p style=" text-align:right;padding-right: 10px;">    年  月  日</p>-->
+              <p style="text-align: right">时间:</p>
             </td>
+            <td style="width: 100px; border-left: none"></td>
           </tr>
         </tbody>
       </table>

+ 2 - 0
src/views/grassrootsregistration/bdglarmament/index.vue

@@ -179,6 +179,7 @@
       :visible.sync="open"
       width="1016px"
       append-to-body
+      :close-on-click-modal="false"
     >
       <div class="jiben">基本信息</div>
 
@@ -311,6 +312,7 @@
       :title="title"
       append-to-body
       id="chakan"
+      :close-on-click-modal="false"
     >
       <bdglarmament
         v-if="menuRoleVisible"

+ 2 - 0
src/views/grassrootsregistration/bdglcookbook/index.vue

@@ -188,6 +188,7 @@
       :visible.sync="open"
       width="1016px"
       append-to-body
+      :close-on-click-modal="false"
     >
       <div class="jiben">基本信息</div>
 
@@ -1766,6 +1767,7 @@
       :title="title"
       append-to-body
       id="chakan"
+      :close-on-click-modal="false"
     >
       <bdglcookbook
         v-if="menuRoleVisible"

+ 31 - 31
src/views/grassrootsregistration/bdgldiary/index.vue

@@ -24,6 +24,7 @@
           :props="defaultProps"
           @node-click="handleNodeClick"
           default-expand-all
+          highlight-current
           :expand-on-click-node="false"
         ></el-tree>
       </div>
@@ -196,7 +197,7 @@
         :visible.sync="open"
         width="1060px"
         append-to-body
-        :lock-scroll="false"
+        :close-on-click-modal="false"
       >
         <el-form
           ref="form"
@@ -785,6 +786,7 @@
         title="统计详情"
         append-to-body
         id="dialoges"
+        :close-on-click-modal="false"
       >
         <div class="zuiDa">
           <div class="shuJuTime">当前数据为 : {{ tiems }}</div>
@@ -1493,16 +1495,16 @@ export default {
       });
     },
     // 隔行变色
-    changeColor() {
-      var content = document.getElementsByClassName("el-tree-node__content");
-      for (var i = 0; i < content.length; i++) {
-        if (i % 2 === 0) {
-          content[i].style.background = "#00365F ";
-        } else {
-          content[i].style.background = "#003C69";
-        }
-      }
-    },
+    // changeColor() {
+    //   var content = document.getElementsByClassName("el-tree-node__content");
+    //   for (var i = 0; i < content.length; i++) {
+    //     if (i % 2 === 0) {
+    //       content[i].style.background = "#00365F ";
+    //     } else {
+    //       content[i].style.background = "#003C69";
+    //     }
+    //   }
+    // },
     /** 删除按钮操作 */
     handleDelete(row) {
       const ids = row.id || this.ids;
@@ -1698,17 +1700,8 @@ export default {
   color: #fff;
   margin-right: 2px;
 }
-::v-deep .el-tree-node__content:hover {
-  background-color: #004d86 !important;
-}
-/* ::v-deep .el-tree-node:focus > .el-tree-node__content {
-  background-color: #003156 !important;
-}
-::v-deep .el-table__empty-block {
-  background-color: #004d86 !important; */
-/* } */
 ::v-deep .el-tree-node__content {
-  height: 30px !important;
+  height: 32px !important;
 }
 ::v-deep .el-table .el-table__header-wrapper th,
 .el-table .el-table__fixed-header-wrapper th {
@@ -1716,16 +1709,6 @@ export default {
   background-color: #004d86 !important;
   color: #fff;
 }
-/* ::v-deep .box-lfet .data .el-input__inner {
-  background-color: transparent;
-  color: #fff;
-  width: 130px;
-  border: none;
-} */
-/* ::v-deep .box-lfet .data .el-input__prefix {
-  right: 0px;
-} */
-
 .box-lfet .dadui {
   height: 40px;
   background: #003156;
@@ -1938,4 +1921,21 @@ export default {
 ::v-deep ::-webkit-input-placeholder {
   color: #bdbdbd4f !important;
 }
+::v-deep .el-tree-node__content:hover {
+  color: #fff;
+  background-color: #003156;
+  background-image: url('../../../assets/images/选中.png');
+  background-size: 100% 100%;
+  background-repeat: no-repeat;
+}
+::v-deep .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content{
+  color: #fff !important;
+  background-color: #003156;
+  background-image: url('../../../assets/images/选中.png');
+  background-size: 100% 100%;
+  background-repeat: no-repeat;
+}
+::v-deep .el-tree-node__label{
+  color: #fff !important;
+}
 </style>

+ 2 - 0
src/views/grassrootsregistration/bdgldrill/index.vue

@@ -166,6 +166,7 @@
       :visible.sync="open"
       width="1016px"
       append-to-body
+      :close-on-click-modal="false"
     >
       <div class="jiben">基本信息</div>
 
@@ -248,6 +249,7 @@
         :title="title"
         append-to-body
         id="chakan"
+        :close-on-click-modal="false"
       >
         <bdgldrill
           v-if="menuRoleVisible"

+ 2 - 0
src/views/grassrootsregistration/bdglequip/index.vue

@@ -166,6 +166,7 @@
       :visible.sync="open"
       width="1016px"
       append-to-body
+      :close-on-click-modal="false"
     >
       <div class="jiben">基本信息</div>
 
@@ -337,6 +338,7 @@
       :title="title"
       append-to-body
       id="chakan"
+      :close-on-click-modal="false"
     >
       <bdglequip
         v-if="menuRoleVisible"

+ 2 - 0
src/views/grassrootsregistration/bdgleven/index.vue

@@ -177,6 +177,7 @@
       :visible.sync="open"
       width="1016px"
       append-to-body
+      :close-on-click-modal="false"
     >
       <!-- @close="close" -->
       <div class="jiben">基本信息</div>
@@ -299,6 +300,7 @@
         :title="title"
         append-to-body
         id="chakan"
+        :close-on-click-modal="false"
       >
         <bdgleven
           v-if="menuRoleVisible"

+ 2 - 0
src/views/grassrootsregistration/bdglfilemanagement/index.vue

@@ -179,6 +179,7 @@
       :visible.sync="open"
       width="1016px"
       append-to-body
+      :close-on-click-modal="false"
     >
       <div class="jiben">基本信息</div>
       <el-form
@@ -310,6 +311,7 @@
       :title="title"
       append-to-body
       id="chakan"
+      :close-on-click-modal="false"
     >
       <bdglfilemanagement
         v-if="menuRoleVisible"

+ 2 - 0
src/views/grassrootsregistration/bdglfood/index.vue

@@ -179,6 +179,7 @@
       :visible.sync="open"
       width="1016px"
       append-to-body
+      :close-on-click-modal="false"
     >
       <el-form
         ref="form"
@@ -1075,6 +1076,7 @@
       :title="title"
       append-to-body
       id="chakan"
+      :close-on-click-modal="false"
     >
       <bdglfood
         v-if="menuRoleVisible"

+ 2 - 0
src/views/grassrootsregistration/bdglmeeting/index.vue

@@ -197,6 +197,7 @@
       :visible.sync="open"
       width="1016px"
       append-to-body
+      :close-on-click-modal="false"
     >
       <div class="jiben">基本信息</div>
 
@@ -350,6 +351,7 @@
       :title="title"
       append-to-body
       id="chakan"
+      :close-on-click-modal="false"
     >
       <bdglmeeting
         v-if="menuRoleVisible"

+ 2 - 0
src/views/grassrootsregistration/bdglparty/index.vue

@@ -173,6 +173,7 @@
       :visible.sync="open"
       width="1016px"
       append-to-body
+      :close-on-click-modal="false"
     >
       <div class="jiben">基本信息</div>
 
@@ -331,6 +332,7 @@
       :title="title"
       append-to-body
       id="chakan"
+      :close-on-click-modal="false"
     >
       <bdglparty
         v-if="menuRoleVisible"

+ 2 - 0
src/views/grassrootsregistration/bdglpublicproperty/index.vue

@@ -171,6 +171,7 @@
       :visible.sync="open"
       width="1016px"
       append-to-body
+      :close-on-click-modal="false"
     >
       <el-form
         ref="form"
@@ -276,6 +277,7 @@
       :title="title"
       append-to-body
       id="chakan"
+      :close-on-click-modal="false"
     >
       <bdglpublicproperty
         v-if="menuRoleVisible"

+ 2 - 0
src/views/grassrootsregistration/bdglsecrecy/index.vue

@@ -187,6 +187,7 @@
       :visible.sync="open"
       width="1016px"
       append-to-body
+      :close-on-click-modal="false"
     >
       <div class="jiben">基本信息</div>
       <el-form
@@ -322,6 +323,7 @@
         :title="title"
         append-to-body
         id="chakan"
+        :close-on-click-modal="false"
       >
         <bdglsecrecy
           v-if="menuRoleVisible"

+ 2 - 0
src/views/grassrootsregistration/bdglsoldier/index.vue

@@ -176,6 +176,7 @@
       :visible.sync="open"
       width="1016px"
       append-to-body
+      :close-on-click-modal="false"
     >
       <div class="jiben">基本信息</div>
       <el-form
@@ -325,6 +326,7 @@
       :title="title"
       append-to-body
       id="chakan"
+      :close-on-click-modal="false"
     >
       <bdglsoldier
         v-if="menuRoleVisible"

+ 2 - 0
src/views/grassrootsregistration/bdglweekwork/index.vue

@@ -194,6 +194,7 @@
       :visible.sync="open"
       width="1016px"
       append-to-body
+      :close-on-click-modal="false"
     >
       <div class="jiben">基本信息</div>
 
@@ -441,6 +442,7 @@
       :title="title"
       append-to-body
       id="chakan"
+      :close-on-click-modal="false"
     >
       <bdglweekwork
         v-if="menuRoleVisible"

+ 30 - 15
src/views/grassrootsregistration/personnelRoster/index.vue

@@ -205,6 +205,7 @@
       :visible.sync="open"
       width="1400px"
       append-to-body
+      :close-on-click-modal="false"
     >
       <el-form
         ref="form"
@@ -630,6 +631,7 @@
         :title="title"
         append-to-body
         id="chakan"
+        :close-on-click-modal="false"
       >
         <personnelRoster
           v-if="menuRoleVisible"
@@ -1290,16 +1292,16 @@ export default {
       this.getList();
     },
      // 隔行变色
-    changeColor() {
-      var content = document.getElementsByClassName("el-tree-node__content");
-      for (var i = 0; i < content.length; i++) {
-        if (i % 2 === 0) {
-          content[i].style.background = "#00365F ";
-        } else {
-          content[i].style.background = "#003C69";
-        }
-      }
-    },
+    // changeColor() {
+    //   var content = document.getElementsByClassName("el-tree-node__content");
+    //   for (var i = 0; i < content.length; i++) {
+    //     if (i % 2 === 0) {
+    //       content[i].style.background = "#00365F ";
+    //     } else {
+    //       content[i].style.background = "#003C69";
+    //     }
+    //   }
+    // },
   },
 };
 </script>
@@ -1380,10 +1382,6 @@ export default {
   background-color: #00365f;
   color: #fff;
 }
-
-::v-deep .el-tree-node__content:hover {
-    background-color: #004d86 !important;
-}
 ::v-deep .el-upload-list--picture-card .el-upload-list__item {
   height: 210px;
   width: 170px;
@@ -1468,7 +1466,7 @@ export default {
   color: #bdbdbd4f !important;
 }
 ::v-deep .el-tree-node__content{
-  height: 30px !important;
+  height: 32px !important;
 }
 ::v-deep input::-webkit-input-placeholder {
   color: #bdbdbd4f !important;
@@ -1489,4 +1487,21 @@ export default {
     color: #fff !important;
     /* background-color: #003156 !important; */
 }
+::v-deep .el-tree-node__content:hover {
+  color: #fff;
+  background-color: #003156;
+  background-image: url('../../../assets/images/选中.png');
+  background-size: 100% 100%;
+  background-repeat: no-repeat;
+}
+::v-deep .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content{
+  color: #fff !important;
+  background-color: #003156;
+  background-image: url('../../../assets/images/选中.png');
+  background-size: 100% 100%;
+  background-repeat: no-repeat;
+}
+::v-deep .el-tree-node__label{
+  color: #fff !important;
+}
 </style>

+ 3 - 1
src/views/grassrootsregistration/statistics/index.vue

@@ -166,7 +166,7 @@
     />
 
     <!-- 添加或修改军事训练月统计班对话框 -->
-    <el-dialog :title="title" :visible.sync="open" width="600px" append-to-body>
+    <el-dialog :title="title" :visible.sync="open" width="600px" append-to-body :close-on-click-modal="false">
       <div class="jiben">基本信息</div>
 
       <el-form
@@ -176,6 +176,7 @@
         label-width="80px"
         append-to-body
         :inline="true"
+
       >
         <el-form-item label="单位" prop="unitId">
           <el-input v-model="form.unitId" placeholder="请输入单位" />
@@ -200,6 +201,7 @@
       :title="title"
       append-to-body
       id="chakan"
+      :close-on-click-modal="false"
     >
       <statistics
         v-if="menuRoleVisible"

+ 12 - 0
src/views/system/config/index.vue

@@ -223,6 +223,8 @@
       :visible.sync="open"
       width="700px"
       append-to-body
+      :closeOnClickModal="false"
+      :expand-on-click-node="false"
     >
     <div class="jiben">基本信息</div>
 
@@ -560,4 +562,14 @@ export default {
   background: #004d86 !important;
   color: #fff !important;
 }
+/* 调整输入框提示文字颜色 */
+::v-deep .vue-treeselect__placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input::-webkit-input-placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input:-moz-placeholder {
+  color: #bdbdbd4f !important;
+}
 </style>

+ 10 - 0
src/views/system/cookcategory/index.vue

@@ -417,4 +417,14 @@ export default {
   font-size: 14px;
   word-break: break-all;
 }
+/* 调整输入框提示文字颜色 */
+::v-deep .vue-treeselect__placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input::-webkit-input-placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input:-moz-placeholder {
+  color: #bdbdbd4f !important;
+}
 </style>

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

@@ -105,7 +105,8 @@
     </el-table>
 
     <!-- 添加或修改单位对话框 -->
-    <el-dialog :title="title" :visible.sync="open" width="700px" append-to-body>
+    <el-dialog :title="title" :visible.sync="open" width="700px" append-to-body :closeOnClickModal="false"
+      :expand-on-click-node="false">
       <div class="jiben">基本信息</div>
 
       <el-form ref="form" :model="form" :rules="rules" label-width="120px" :inline="true">
@@ -535,5 +536,15 @@ export default {
   border: none !important;
   color: #cccccc;
 }
+/* 调整输入框提示文字颜色 */
+::v-deep .vue-treeselect__placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input::-webkit-input-placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input:-moz-placeholder {
+  color: #bdbdbd4f !important;
+}
 </style>>
 

+ 12 - 0
src/views/system/dict/data.vue

@@ -198,6 +198,8 @@
       :visible.sync="open"
       width="700px"
       append-to-body
+      :closeOnClickModal="false"
+      :expand-on-click-node="false"
     >
       <div class="jiben">基本信息</div>
 
@@ -603,4 +605,14 @@ export default {
     color: #C0C4CC;
     cursor: not-allowed;
 }
+/* 调整输入框提示文字颜色 */
+::v-deep .vue-treeselect__placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input::-webkit-input-placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input:-moz-placeholder {
+  color: #bdbdbd4f !important;
+}
 </style>

+ 12 - 0
src/views/system/dict/index.vue

@@ -232,6 +232,8 @@
       :visible.sync="open"
       width="700px"
       append-to-body
+      :closeOnClickModal="false"
+      :expand-on-click-node="false"
     >
     <div class="jiben">基本信息</div>
       <el-form
@@ -567,4 +569,14 @@ export default {
   background: #004d86 !important;
   color: #fff !important;
 }
+/* 调整输入框提示文字颜色 */
+::v-deep .vue-treeselect__placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input::-webkit-input-placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input:-moz-placeholder {
+  color: #bdbdbd4f !important;
+}
 </style>

+ 12 - 0
src/views/system/menu/index.vue

@@ -160,6 +160,8 @@
       :visible.sync="open"
       width="700px"
       append-to-body
+      :closeOnClickModal="false"
+      :expand-on-click-node="false"
     >
       <div class="jiben">基本信息</div>
 
@@ -736,4 +738,14 @@ export default {
 .el-radio-group{
   width: 216px;
 }
+/* 调整输入框提示文字颜色 */
+::v-deep .vue-treeselect__placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input::-webkit-input-placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input:-moz-placeholder {
+  color: #bdbdbd4f !important;
+}
 </style>

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

@@ -181,7 +181,8 @@
     />
 
     <!-- 添加或修改公告对话框 -->
-    <el-dialog :title="title" :visible.sync="open" width="700px" append-to-body>
+    <el-dialog :title="title" :visible.sync="open" width="700px" append-to-body :closeOnClickModal="false"
+      :expand-on-click-node="false">
       <div class="jiben">基本信息</div>
       <el-form
         ref="form"
@@ -510,4 +511,14 @@ export default {
   background: #004d86 !important;
   color: #fff !important;
 }
+/* 调整输入框提示文字颜色 */
+::v-deep .vue-treeselect__placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input::-webkit-input-placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input:-moz-placeholder {
+  color: #bdbdbd4f !important;
+}
 </style>

+ 12 - 0
src/views/system/post/index.vue

@@ -179,6 +179,8 @@
       :visible.sync="open"
       width="700px"
       append-to-body
+      :closeOnClickModal="false"
+      :expand-on-click-node="false"
     >
       <div class="jiben">基本信息</div>
 
@@ -550,4 +552,14 @@ export default {
     height: 104px;
     margin: auto !important;
 }
+/* 调整输入框提示文字颜色 */
+::v-deep .vue-treeselect__placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input::-webkit-input-placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input:-moz-placeholder {
+  color: #bdbdbd4f !important;
+}
 </style>

+ 10 - 1
src/views/system/role/authUser.vue

@@ -322,5 +322,14 @@ export default {
  ::v-deep .el-dialog__title {
     color: #fff !important;
 }
-
+/* 调整输入框提示文字颜色 */
+::v-deep .vue-treeselect__placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input::-webkit-input-placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input:-moz-placeholder {
+  color: #bdbdbd4f !important;
+}
 </style>

+ 36 - 21
src/views/system/role/index.vue

@@ -33,7 +33,6 @@
           clearable
           size="small"
           style="width: 240px"
-          
         >
           <el-option
             v-for="dict in dict.type.sys_normal_disable"
@@ -126,28 +125,26 @@
     </el-row>
 
     <el-table
-    style=""
+      style=""
       v-loading="loading"
       :data="roleList"
       @selection-change="handleSelectionChange"
       :header-cell-style="{ background: '#003C69', color: 'white' }"
     >
       <el-table-column type="selection" align="center" />
-      <el-table-column label="角色编号" prop="roleId"  />
+      <el-table-column label="角色编号" prop="roleId" />
       <el-table-column
         label="角色名称"
         prop="roleName"
         :show-overflow-tooltip="true"
-        
       />
       <el-table-column
         label="权限字符"
         prop="roleKey"
         :show-overflow-tooltip="true"
-        
       />
-      <el-table-column label="显示顺序" prop="roleSort"  />
-      <el-table-column label="状态" align="center" >
+      <el-table-column label="显示顺序" prop="roleSort" />
+      <el-table-column label="状态" align="center">
         <template slot-scope="scope">
           <el-switch
             v-model="scope.row.status"
@@ -157,12 +154,7 @@
           ></el-switch>
         </template>
       </el-table-column>
-      <el-table-column
-        label="创建时间"
-        align="center"
-        prop="createTime"
-        
-      >
+      <el-table-column label="创建时间" align="center" prop="createTime">
         <template slot-scope="scope">
           <span>{{ parseTime(scope.row.createTime) }}</span>
         </template>
@@ -171,7 +163,6 @@
         label="操作"
         align="center"
         class-name="small-padding fixed-width"
-        
       >
         <template slot-scope="scope" v-if="scope.row.roleId !== 1">
           <el-button
@@ -228,6 +219,7 @@
       width="700px"
       style=""
       append-to-body
+      :expand-on-click-node="false"
     >
       <div class="jiben">基本信息</div>
       <el-form
@@ -269,7 +261,7 @@
             >
           </el-radio-group>
         </el-form-item>
-        <el-form-item label="菜单权限" >
+        <el-form-item label="菜单权限">
           <el-checkbox
             v-model="menuExpand"
             @change="handleCheckedTreeExpand($event, 'menu')"
@@ -294,6 +286,7 @@
             :check-strictly="!form.menuCheckStrictly"
             empty-text="加载中,请稍候"
             :props="defaultProps"
+            highlight-current
           ></el-tree>
         </el-form-item>
         <div class="jiben">备注</div>
@@ -318,6 +311,8 @@
       :visible.sync="openDataScope"
       width="700px"
       append-to-body
+      :closeOnClickModal="false"
+      :expand-on-click-node="false"
     >
       <el-form :model="form" label-width="80px">
         <el-form-item label="角色名称">
@@ -907,8 +902,9 @@ export default {
 ::v-deep .tree-border {
   background: #004d86 !important;
 }
-::v-deep .el-tree {
-  color: #fff !important;
+.el-tree {
+    color: #fff !important;
+    width: 300px;
 }
 ::v-deep .el-tree-node__content:hover {
   background-color: #024274 !important;
@@ -929,9 +925,28 @@ export default {
   height: 104px;
   margin: auto !important;
 }
-::v-deep .el-input.is-disabled .el-input__inner {
-    background-color: #004d86 !important;
-    border-color: #dfe4ed;
-    color: #C0C4CC;
+
+::v-deep .el-tree-node__content:hover {
+  color: #fff;
+  background-color: #024274;
+  background-repeat: no-repeat;
+}
+::v-deep .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content{
+  color: #fff !important;
+  background-color: #024274;
+  background-repeat: no-repeat;
+}
+::v-deep .el-tree-node__label{
+  color: #fff !important;
+}
+/* 调整输入框提示文字颜色 */
+::v-deep .vue-treeselect__placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input::-webkit-input-placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input:-moz-placeholder {
+  color: #bdbdbd4f !important;
 }
 </style>

+ 2 - 0
src/views/system/role/selectUser.vue

@@ -6,6 +6,8 @@
     width="800px"
     top="5vh"
     append-to-body
+    :closeOnClickModal="false"
+      :expand-on-click-node="false"
   >
     <el-form :model="queryParams" ref="queryForm" :inline="true">
       <el-form-item label="用户名称" prop="userName">

+ 10 - 0
src/views/system/user/authRole.vue

@@ -238,4 +238,14 @@ color: #fff;
     color: #cecece;
     cursor: not-allowed;
 }
+/* 调整输入框提示文字颜色 */
+::v-deep .vue-treeselect__placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input::-webkit-input-placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input:-moz-placeholder {
+  color: #bdbdbd4f !important;
+}
 </style>

+ 66 - 16
src/views/system/user/index.vue

@@ -22,6 +22,7 @@
             ref="tree"
             default-expand-all
             @node-click="handleNodeClick"
+            highlight-current
           />
         </div>
       </el-col>
@@ -304,6 +305,8 @@
       :visible.sync="open"
       width="1016px"
       append-to-body
+      :closeOnClickModal="false"
+      :expand-on-click-node="false"
     >
       <div class="jiben">基本信息</div>
 
@@ -512,6 +515,8 @@
       :visible.sync="upload.open"
       width="400px"
       append-to-body
+      :closeOnClickModal="false"
+      :expand-on-click-node="false"
     >
       <el-upload
         ref="upload"
@@ -968,16 +973,16 @@ export default {
       this.$refs.upload.submit();
     },
     // 隔行变色
-    changeColor() {
-      var content = document.getElementsByClassName("el-tree-node__content");
-      for (var i = 0; i < content.length; i++) {
-        if (i % 2 === 0) {
-          content[i].style.background = "#00365F ";
-        } else {
-          content[i].style.background = "#003C69";
-        }
-      }
-    },
+    // changeColor() {
+    //   var content = document.getElementsByClassName("el-tree-node__content");
+    //   for (var i = 0; i < content.length; i++) {
+    //     if (i % 2 === 0) {
+    //       content[i].style.background = "#00365F ";
+    //     } else {
+    //       content[i].style.background = "#003C69";
+    //     }
+    //   }
+    // },
     //获取用户昵称数组
     deptIdClick() {
       yhlist(this.form.deptId).then(res => {
@@ -997,14 +1002,14 @@ export default {
 </script>
 
 <style scoped>
-::v-deep .el-tree-node__content {
+/* ::v-deep .el-tree-node__content {
   color: #fff;
   height: 30px;
   text-align: center;
 }
 ::v-deep .el-tree-node__content:hover {
   background-color: #004d86 !important;
-}
+} */
 /* 对话框背景颜色 */
 ::v-deep .el-dialog {
   background: #004d86 !important;
@@ -1035,10 +1040,10 @@ export default {
   background: transparent;
   color: #fff;
 }
-/* 单位框背景颜色 */
+/* 单位框背景颜色
 ::v-deep .vue-treeselect__control {
   background: #004d86 !important;
-}
+} */
 /* 基本信息背景 */
 .jiben {
   width: 930px;
@@ -1106,10 +1111,10 @@ export default {
   line-height: 36px;
 }
 /* 单位框背景颜色 */
-::v-deep .vue-treeselect__control {
+/* ::v-deep .vue-treeselect__control {
   background: #004d86 !important;
   color: #fff;
-}
+} */
 /* 单位下拉菜单选中字体颜色 */
 ::v-deep .vue-treeselect__single-value {
   color: #fff !important;
@@ -1141,4 +1146,49 @@ export default {
 .el-radio {
   color: rgb(204, 198, 198);
 }
+
+/* 调整输入框提示文字颜色 */
+::v-deep .vue-treeselect__placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input::-webkit-input-placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input:-moz-placeholder {
+  color: #bdbdbd4f !important;
+}
+.el-tree {
+  background: #003156;
+  color: #fff;
+  margin-right: 2px;
+}
+::v-deep .el-tree-node__content {
+  height: 32px !important;
+}
+/* 单位框背景颜色 */
+::v-deep .vue-treeselect__control {
+  background: #004d86 !important;
+  color: #fff;
+}
+/* 单位下拉菜单选中字体颜色 */
+::v-deep .vue-treeselect__single-value {
+  color: #fff !important;
+}
+::v-deep .el-tree-node__content:hover {
+  color: #fff;
+  background-color: #003156;
+  background-image: url('../../../assets/images/选中.png');
+  background-size: 100% 100%;
+  background-repeat: no-repeat;
+}
+::v-deep .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content{
+  color: #fff !important;
+  background-color: #003156;
+  background-image: url('../../../assets/images/选中.png');
+  background-size: 100% 100%;
+  background-repeat: no-repeat;
+}
+::v-deep .el-tree-node__label{
+  color: #fff !important;
+}
 </style>

+ 10 - 0
src/views/system/user/profile/index.vue

@@ -120,4 +120,14 @@ export default {
 .el-tabs__nav-wrap::after{
   border: none !important;
 }
+/* 调整输入框提示文字颜色 */
+::v-deep .vue-treeselect__placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input::-webkit-input-placeholder {
+  color: #bdbdbd4f !important;
+}
+::v-deep input:-moz-placeholder {
+  color: #bdbdbd4f !important;
+}
 </style>