perf: style
parent
35d1492868
commit
6646232a60
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue