헤더 가운데 정렬
This commit is contained in:
parent
463d71b579
commit
b0767578f7
|
@ -225,10 +225,12 @@
|
||||||
<v-col>
|
<v-col>
|
||||||
검색결과
|
검색결과
|
||||||
<v-simple-table>
|
<v-simple-table>
|
||||||
<template>
|
<template v-slot:default>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>제목</th>
|
<th class="text-center">
|
||||||
|
제목
|
||||||
|
</th>
|
||||||
<th />
|
<th />
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
@ -257,7 +259,9 @@
|
||||||
<template>
|
<template>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>제목</th>
|
<th class="text-center">
|
||||||
|
제목
|
||||||
|
</th>
|
||||||
<th />
|
<th />
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
Loading…
Reference in New Issue