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,
"DirectiveBinding": true,
"EffectScope": true,
"ElLoading": true,
"ElMessage": true,
"ElMessageBox": true,
"ElNotification": true,
"ExtractDefaultPropTypes": true,
"ExtractPropTypes": true,
"ExtractPublicPropTypes": true,

View File

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