|
|
|
@ -29,7 +29,7 @@ const offList = ref<any[]>([])
|
|
|
|
|
const onList = ref<any[]>([])
|
|
|
|
|
|
|
|
|
|
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 {
|
|
|
|
|