feat 优化Badge

This commit is contained in:
Ironsp
2026-06-25 08:29:00 +08:00
parent 2d2f46b6f1
commit 4083da42d8
2 changed files with 1 additions and 5 deletions

View File

@@ -5,10 +5,6 @@
"ComputedRef": true, "ComputedRef": true,
"DirectiveBinding": true, "DirectiveBinding": true,
"EffectScope": true, "EffectScope": true,
"ElLoading": true,
"ElMessage": true,
"ElMessageBox": true,
"ElNotification": true,
"ExtractDefaultPropTypes": true, "ExtractDefaultPropTypes": true,
"ExtractPropTypes": true, "ExtractPropTypes": true,
"ExtractPublicPropTypes": true, "ExtractPublicPropTypes": true,

View File

@@ -46,7 +46,7 @@
v-model:visible="popoverVisible" v-model:visible="popoverVisible"
> >
<template #reference> <template #reference>
<el-badge :value="infoData" :max="999"> <el-badge :value="infoData" :max="9999">
<div class="right-menu-item hover-effect" @click="goToWarningList"> <div class="right-menu-item hover-effect" @click="goToWarningList">
<el-icon><BellFilled /></el-icon> <el-icon><BellFilled /></el-icon>
</div> </div>