- 删除了项目列表中显示用户角色的文本块 - 简化了项目项的UI布局 - 减少了冗余的DOM元素和样式声明 - 保持UI整体风格一致性
This commit is contained in:
@@ -549,13 +549,6 @@ function getStatusText(status?: string): string {
|
||||
</el-tag>
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="text-sm text-gray-500 mb-3 line-clamp-2"
|
||||
style="min-height: 40px"
|
||||
>
|
||||
{{ item.myRole ? `我的角色: ${item.myRole}` : "暂无角色信息" }}
|
||||
</div>
|
||||
|
||||
<div class="flex items-center gap-4 text-xs text-gray-400 mb-3">
|
||||
<span class="flex items-center gap-1">
|
||||
<component :is="useRenderIcon(CalendarIcon)" />
|
||||
|
||||
Reference in New Issue
Block a user