Skip to content

Commit

Permalink
간격 조절
Browse files Browse the repository at this point in the history
  • Loading branch information
yhlee002 committed Jul 22, 2024
1 parent d8cca99 commit 2e414be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/admin/AdminUserBoardComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function goBoardPage(id) {

<template>
<div id="userBoards">
<div style="display: flex; justify-content: end; width: 100%; margin: 1rem 0;">
<div style="display: flex; justify-content: end; width: 100%; margin: 0.5rem 0;">
<router-link :to="`/admin/notices?memNo=${memNo}`">더보기</router-link>
</div>
<table id="userBoardsTable">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function goBoardPage(id) {

<template>
<div id="userRecommendedBoards">
<div style="display: flex; justify-content: end; width: 100%; margin: 1rem 0;">
<div style="display: flex; justify-content: end; width: 100%; margin: 0.5rem 0;">
<router-link :to="`/admin/notices?memNo=${memNo}`">더보기</router-link>
</div>
<table id="userRecommendedBoardsTable">
Expand Down
2 changes: 1 addition & 1 deletion src/components/admin/AdminUserCommentComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function goBoardPage(id) {

<template>
<div id="userComments">
<div style="display: flex; justify-content: end; width: 100%; margin: 1rem 0;">
<div style="display: flex; justify-content: end; width: 100%; margin: 0.5rem 0;">
<router-link :to="`/admin/notices?memNo=${memNo}`">더보기</router-link>
</div>
<table id="userCommentsTable">
Expand Down
2 changes: 1 addition & 1 deletion src/components/admin/AdminUserLoginLogsComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const logs = logStore.logs;

<template>
<div id="loginLogs">
<div style="display: flex; justify-content: end; width: 100%; margin: 1rem 0;">
<div style="display: flex; justify-content: end; width: 100%; margin: 0.5rem 0;">
<router-link :to="`/admin/notices?memNo=${memNo}`">더보기</router-link>
</div>
<table id="loginLogsTable">
Expand Down
2 changes: 1 addition & 1 deletion src/components/admin/AdminUserNoticeComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function goBoardPage(id) {

<template>
<div id="userNotices">
<div style="display: flex; justify-content: end; width: 100%; margin: 1rem 0;">
<div style="display: flex; justify-content: end; width: 100%; margin: 0.5rem 0;">
<router-link :to="`/admin/notices?memNo=${memNo}`">더보기</router-link>
</div>
<table id="userNoticesTable">
Expand Down

0 comments on commit 2e414be

Please sign in to comment.