ปรับหน้าตรวจสอบคุณสมบัติผู้สมัครสอบรอบคัดเลือก
This commit is contained in:
parent
b7c915d429
commit
117d664446
3 changed files with 12 additions and 17 deletions
|
|
@ -197,7 +197,7 @@ const fileOpen = (url: string) => {
|
|||
bordered
|
||||
:style="$q.screen.gt.xs ? 'height: 80vh' : 'height: auto;'"
|
||||
>
|
||||
<div class="eow col-12" v-for="(d, index) in data" :key="d.no">
|
||||
<div class=" col-12" v-for="(d, index) in data" :key="index">
|
||||
<div class="col-12 q-pa-xs">
|
||||
<q-item>
|
||||
<q-item-section top avatar>
|
||||
|
|
|
|||
|
|
@ -468,7 +468,7 @@ const clickDelete = (id: string) => {
|
|||
</div>
|
||||
|
||||
<q-list style="min-width: 300px" v-for="n in notiList" :key="n.id">
|
||||
<q-item v-ripple class="mytry" dense>
|
||||
<q-item v-ripple class="mytry q-py-xs" dense>
|
||||
<q-item-section avatar top style="min-width: 40px">
|
||||
<q-avatar color="primary" size="22px" text-color="white">
|
||||
<span class="text-weight-medium text-uppercase">{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue