huangbin 4 years ago
parent
commit
37fc67c02e

+ 10 - 0
src/assets/styles/mixin.less

@@ -1593,4 +1593,14 @@ input:-internal-autofill-selected {
             }
         }
     }
+}
+
+.filter-check {
+    > span {
+        &:nth-of-type(2) {
+            color: @m-grey2;
+            height: 30px;
+            line-height: 30px;
+        }
+    }
 }

+ 2 - 1
src/views/platinum/platinum_customer_info/compoments/filterTable/index.vue

@@ -5,7 +5,8 @@
                   :inputList="inputList"
                   :fixedBtnList="fixedBtnList">
       <template #selectAfter>
-        <a-checkbox v-model:checked="includesub">包含子级</a-checkbox>
+        <a-checkbox v-model:checked="includesub"
+                    class="filter-check">包含子级</a-checkbox>
       </template>
     </FilterOption>
     <slot></slot>

+ 2 - 1
src/views/platinum/platinum_document_query/compoments/filter/index.vue

@@ -10,7 +10,8 @@
                   :inputList="inputList"
                   :fixedBtnList="fixedBtnList">
       <template #selectAfter>
-        <a-checkbox v-model:checked="includesub">包含子级</a-checkbox>
+        <a-checkbox v-model:checked="includesub"
+                    class="filter-check">包含子级</a-checkbox>
       </template>
     </FilterOption>
     <slot></slot>

+ 2 - 1
src/views/platinum/platinum_document_query/list/position/compoments/filter/index.vue

@@ -5,7 +5,8 @@
                   :inputList="inputList"
                   :fixedBtnList="fixedBtnList">
       <template #selectAfter>
-        <a-checkbox v-model:checked="includesub">包含子级</a-checkbox>
+        <a-checkbox v-model:checked="includesub"
+                    class="filter-check">包含子级</a-checkbox>
       </template>
     </FilterOption>
     <slot></slot>