This commit is contained in:
dyhj625 2025-03-13 10:33:21 +09:00
parent 4a5ab6238c
commit 2661929cb0

View File

@ -1,6 +1,6 @@
<template> <template>
<div class=""> <div class="">
<ul class="row gx-2 mb-2 list-inline"> <ul class="row gx-2 mb-0 list-inline">
<li <li
v-for="(user, index) in sortedUserList" v-for="(user, index) in sortedUserList"
:key="index" :key="index"
@ -10,7 +10,7 @@
data-bs-placement="top" data-bs-placement="top"
:aria-label="user.MEMBERSEQ" :aria-label="user.MEMBERSEQ"
> >
<div class="ratio ratio-1x1 mb-2 profile-list"> <div class="ratio ratio-1x1 mb-0 profile-list">
<img <img
class="rounded-circle profile-img" class="rounded-circle profile-img"
:src="getUserProfileImage(user.MEMBERPRF)" :src="getUserProfileImage(user.MEMBERPRF)"