แก้ตัดคำหัวข้อ

This commit is contained in:
Tanyalak 2023-10-05 16:21:41 +07:00
parent 1123a87a75
commit 57d80e33cb

View file

@ -1,7 +1,7 @@
<!-- page:detail page รายการสอบทงหมด --> <!-- page:detail page รายการสอบทงหมด -->
<template> <template>
<q-toolbar class="q-pa-sm text-center"> <q-toolbar class="q-pa-sm text-center">
<q-toolbar-title class="text-dark"> <div class="text-dark row col-12 text-h6 q-px-md">
<div class="col-12"> <div class="col-12">
{{ tittle }} {{ tittle }}
{{ `ครั้งที่${round}/${yearly == null ? '' : yearly + 543}` }} {{ `ครั้งที่${round}/${yearly == null ? '' : yearly + 543}` }}
@ -9,7 +9,7 @@
<div class="col-12"> <div class="col-12">
{{ position }} ระด{{ positionLevel }} {{ position }} ระด{{ positionLevel }}
</div> </div>
</q-toolbar-title> </div>
</q-toolbar> </q-toolbar>
<!-- <q-toolbar class="q-pa-sm text-center"> <!-- <q-toolbar class="q-pa-sm text-center">
<q-toolbar-title class="text-dark"> <q-toolbar-title class="text-dark">