Merge branch 'jie' into main

pull/1/head
lizijiee 1 year ago
commit 4bb1d50621

@ -29,7 +29,7 @@ const offList = ref<any[]>([])
const onList = ref<any[]>([]) const onList = ref<any[]>([])
const allCount = computed(() => { const allCount = computed(() => {
return `全部筛选(共${offList.value.length - 1}个)` return `全部筛选(共${offList.value.length}个)`
}) })
const selectCount = computed(() => { const selectCount = computed(() => {
@ -366,9 +366,10 @@ onMounted(()=>{
} }
&-bar { &-bar {
background-color: #e8e8e8; background-color: #f8f8f8;
width: 100%; width: calc(100% + 12px);
margin-top: 20px; margin-top: 20px;
color: #333333;
} }
&-footer { &-footer {

Loading…
Cancel
Save