File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
frontend/src/components/navbar Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 561561 :label =" $t('navbar.onlyUnread')"
562562 size =" large" />
563563 </div >
564- <div class =" flex items-center justify-between" >
564+ <div v-if = " msgList.length>0 " class =" flex items-center justify-between" >
565565 <div class =" flex items-center gap-[12px] py-[12px]" >
566566 <el-checkbox
567567 class =" unreadCheckbox"
572572 </div >
573573 <div class =" flex items-center justify-end gap-[16px]" >
574574 <CsgButton
575+ :disabled =" !selectAll || selectedItems.length==0"
575576 class =" btn btn-link-color btn-md"
576577 @click =" allRead()"
577578 :name =" $t('navbar.allRead')" />
578579 <CsgButton
580+ :disabled =" !selectAll || selectedItems.length==0"
579581 class =" btn btn-link-color btn-md"
580582 @click =" allClear()"
581583 :name =" $t('navbar.allClear')" />
You can’t perform that action at this time.
0 commit comments