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