리스트 빨간글씨삭제
This commit is contained in:
parent
04b7db1560
commit
3779e63142
@ -5,11 +5,6 @@
|
|||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 게시판리스트 */
|
|
||||||
.bg-label-gray td {
|
|
||||||
color: #DC3545 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* 휴가 */
|
/* 휴가 */
|
||||||
.half-day-buttons {
|
.half-day-buttons {
|
||||||
|
|||||||
@ -42,11 +42,11 @@
|
|||||||
<table class="datatables-users table border-top dataTable dtr-column">
|
<table class="datatables-users table border-top dataTable dtr-column">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width: 11%;" class="text-center">번호</th>
|
<th style="width: 11%;" class="text-center fw-bold">번호</th>
|
||||||
<th style="width: 45%;" class="text-center">제목</th>
|
<th style="width: 45%;" class="text-center fw-bold">제목</th>
|
||||||
<th style="width: 10%;" class="text-center">작성자</th>
|
<th style="width: 10%;" class="text-center fw-bold">작성자</th>
|
||||||
<th style="width: 15%;" class="text-center">작성일</th>
|
<th style="width: 15%;" class="text-center fw-bold">작성일</th>
|
||||||
<th style="width: 9%;" class="text-center">조회수</th>
|
<th style="width: 9%;" class="text-center fw-bold">조회수</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -54,7 +54,7 @@
|
|||||||
<template v-if="pagination.currentPage === 1 && !showNotices">
|
<template v-if="pagination.currentPage === 1 && !showNotices">
|
||||||
<tr v-for="(notice, index) in noticeList"
|
<tr v-for="(notice, index) in noticeList"
|
||||||
:key="'notice-' + index"
|
:key="'notice-' + index"
|
||||||
class="bg-label-gray"
|
class="bg-label-gray fw-bold"
|
||||||
@click="goDetail(notice.id)">
|
@click="goDetail(notice.id)">
|
||||||
<td class="text-center">공지</td>
|
<td class="text-center">공지</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user