Commit 7dd5b345a289d8529af89f740fce9fedafeeb08c

Authored by sqy
1 parent f196b082

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

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