Commit 7dd5b345a289d8529af89f740fce9fedafeeb08c

Authored by sqy
1 parent f196b082

fix:超级管理员的租户消息量进度条调整

... ... @@ -114,13 +114,12 @@
114 114 {{ item.name }}
115 115 </Tooltip>
116 116 </div>
117   -
118 117 <div class="flex w-7/10">
119 118 <Progress
120 119 :showInfo="false"
121 120 size="small"
122 121 style="width: 70%"
123   - :percent="item.count / 10000"
  122 + :percent="(item.count / tenantTop10[0].count) * 100"
124 123 :strokeWidth="12"
125 124 :strokeColor="
126 125 index === 0
... ...