yjryu / KERIS star
김하영 김하영 2023-12-04
231204김하영 공지사항 자료집 고정 반응형 수정
@fb7a86473f0e9c190697c6dd9a4efac7bd734eba
client/views/pages/admin/databook/DataSelectList.vue
--- client/views/pages/admin/databook/DataSelectList.vue
+++ client/views/pages/admin/databook/DataSelectList.vue
@@ -70,7 +70,7 @@
                     </thead>
                     <tbody>
                         <tr v-for="(notice, nIdx) in postNoticeList" :key="nIdx" @click="postSelectOnePage(notice)">
-                            <td class="board-title pen-nib-icon" :class="{ 'first-row': notice.notice_yn === 'Y' }">
+                            <td class="board-title pen-nib-icon" :class="{ 'first-row': notice.notice_yn === 'Y' }" style="text-align: center; padding-left: 2.5rem;">
                                 <i class="fas fa-thumbtack" v-if="notice.notice_yn === 'Y'"></i>
                             </td>
                             <td :class="{ 'first-row': notice.notice_yn === 'Y' }" v-if="notice.ctgry_nm === 'policy'"><span
client/views/pages/admin/notice/NoticeSelectList.vue
--- client/views/pages/admin/notice/NoticeSelectList.vue
+++ client/views/pages/admin/notice/NoticeSelectList.vue
@@ -45,7 +45,7 @@
                     </thead>
                     <tbody>
                         <tr v-for="(notice, nIdx) in postNoticeList" :key="nIdx" @click="postSelectOnePage(notice)">
-                            <td class="board-title pen-nib-icon" :class="{ 'first-row': notice.notice_yn === 'Y' }">
+                            <td class="board-title pen-nib-icon" :class="{ 'first-row': notice.notice_yn === 'Y' }" style="text-align: center; padding-left: 2.5rem;">
                                 <i class="fas fa-thumbtack" v-if="notice.notice_yn === 'Y'"></i>
                             </td>
                             <td :class="{ 'first-row': notice.notice_yn === 'Y' }">
client/views/pages/user/Data/Data.vue
--- client/views/pages/user/Data/Data.vue
+++ client/views/pages/user/Data/Data.vue
@@ -78,7 +78,7 @@
                             <th style="width:15%">작성일자</th>
                             <th style="width:20%">조회수</th>
                             <tr v-for="(notice, nIdx) in postNoticeList" :key="nIdx" @click="postSelectOnePage(notice)">
-                                <td class="board-title pen-nib-icon" :class="{ 'first-row': notice.notice_yn === 'Y' }">
+                                <td class="board-title pen-nib-icon notice-box " :class="{ 'first-row': notice.notice_yn === 'Y' }"  style="text-align: center; padding-left: 2.5rem;">
                                     <i class="fas fa-thumbtack" v-if="notice.notice_yn === 'Y'"></i>
                                 </td>
                                 <td :class="{ 'first-row': notice.notice_yn === 'Y' }" v-if="notice.ctgry_nm === 'policy'">
Add a comment
List