增加可克隆次数展示

main
guofei 2024-12-03 16:51:36 +08:00
parent e370e1089e
commit 398b415410
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<h3 class="text-base font-bold mb-1 truncate">{{ item.roleName }}</h3>
<p class="text-gray-600 text-xs mb-2 line-clamp-2">{{ item.roleSetting }}</p>
<div class="flex justify-between items-center mb-2">
<div class="text-xs text-gray-500">
<div class="text-base font-bold text-gray-500">
剩余克隆次数
<span :class="{ 'text-red-500': item.remainingCloneCount === 0, 'text-green-500': item.remainingCloneCount > 0 }">
{{ item.remainingCloneCount || 0 }}