리스트 빨간글씨삭제

This commit is contained in:
dyhj625 2025-02-21 10:36:12 +09:00
parent 04b7db1560
commit 3779e63142
2 changed files with 6 additions and 11 deletions

View File

@ -5,11 +5,6 @@
display: block !important;
}
/* 게시판리스트 */
.bg-label-gray td {
color: #DC3545 !important;
}
/* 휴가 */
.half-day-buttons {

View File

@ -42,11 +42,11 @@
<table class="datatables-users table border-top dataTable dtr-column">
<thead>
<tr>
<th style="width: 11%;" class="text-center">번호</th>
<th style="width: 45%;" class="text-center">제목</th>
<th style="width: 10%;" class="text-center">작성자</th>
<th style="width: 15%;" class="text-center">작성일</th>
<th style="width: 9%;" class="text-center">조회수</th>
<th style="width: 11%;" class="text-center fw-bold">번호</th>
<th style="width: 45%;" class="text-center fw-bold">제목</th>
<th style="width: 10%;" class="text-center fw-bold">작성자</th>
<th style="width: 15%;" class="text-center fw-bold">작성일</th>
<th style="width: 9%;" class="text-center fw-bold">조회수</th>
</tr>
</thead>
<tbody>
@ -54,7 +54,7 @@
<template v-if="pagination.currentPage === 1 && !showNotices">
<tr v-for="(notice, index) in noticeList"
:key="'notice-' + index"
class="bg-label-gray"
class="bg-label-gray fw-bold"
@click="goDetail(notice.id)">
<td class="text-center">공지</td>
<td>