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