perf: style

pull/162/head^2
xingyu4j 2025-06-28 00:24:52 +08:00
parent 35d1492868
commit 6646232a60
1 changed files with 2 additions and 4 deletions

View File

@ -330,9 +330,7 @@ function handleUserSelectCancel() {
v-if="task.assigneeUser || task.ownerUser" v-if="task.assigneeUser || task.ownerUser"
> >
<!-- 信息头像昵称 --> <!-- 信息头像昵称 -->
<div <div class="relative flex h-8 items-center rounded-3xl pr-2">
class="relative flex h-8 items-center rounded-3xl bg-gray-100 pr-2 dark:bg-gray-600"
>
<template <template
v-if=" v-if="
task.assigneeUser?.avatar || task.assigneeUser?.nickname task.assigneeUser?.avatar || task.assigneeUser?.nickname
@ -414,7 +412,7 @@ function handleUserSelectCancel() {
<div <div
v-for="(user, userIndex) in activity.candidateUsers" v-for="(user, userIndex) in activity.candidateUsers"
:key="userIndex" :key="userIndex"
class="relative flex h-8 items-center rounded-3xl bg-gray-100 pr-2 dark:bg-gray-600" class="relative flex h-8 items-center rounded-3xl pr-2"
> >
<Avatar <Avatar
class="!m-1" class="!m-1"