ปรับ style
All checks were successful
frontend-action / build-image (push) Successful in 4m5s

This commit is contained in:
2024-06-20 14:42:36 +07:00
parent 04ca68adaf
commit 3f3081c93a
2 changed files with 5 additions and 4 deletions

View File

@@ -25,8 +25,9 @@
<v-card-item>
<div class=" text-left text-normal font-weight-bold" style="color:#e23972;">กลมท {{ groupData.id }}</div>
<div class="mb-4 text-left text-small font-weight-medium">{{ groupData.name }}</div>
<div v-for="(item, i) in dataProfile" :key="i">
<div class="font-weight-medium my-2 text-left text-normal">
<div class="text-left px-md-10 px-5 px-lg-10">
<div v-for="(item, i) in dataProfile" :key="i" >
<div class="font-weight-medium my-2 text-normal">
<div style="font-size:20px">
<span> {{ item.firstName }}</span>
<span class="ml-3">
@@ -36,7 +37,7 @@
</div>
</div>
</div>
</div>
</v-card-item>
</v-card></v-col
>

View File

@@ -169,7 +169,7 @@ export default {
if (this.group) {
data.group = this.group.id;
}
data.limit = 50;
data.limit = 100;
if (data) {
client.user.getAllUser
.query(data)