diff --git a/src/views/home/aside/comp/modals/CustomFilterModal.vue b/src/views/home/aside/comp/modals/CustomFilterModal.vue index 1fd4558..f683320 100644 --- a/src/views/home/aside/comp/modals/CustomFilterModal.vue +++ b/src/views/home/aside/comp/modals/CustomFilterModal.vue @@ -29,7 +29,7 @@ const offList = ref([]) const onList = ref([]) const allCount = computed(() => { - return `全部筛选(共${offList.value.length - 1}个)` + return `全部筛选(共${offList.value.length}个)` }) const selectCount = computed(() => { @@ -366,9 +366,10 @@ onMounted(()=>{ } &-bar { - background-color: #e8e8e8; - width: 100%; + background-color: #f8f8f8; + width: calc(100% + 12px); margin-top: 20px; + color: #333333; } &-footer {