From 97ef0d183327f3acb3b87c5f6334ae014ce4f523 Mon Sep 17 00:00:00 2001 From: Junseo Park Date: Tue, 23 Feb 2021 10:45:36 +0900 Subject: [PATCH] chore: changed table style --- pages/pendingBots/[id]/[date].tsx | 38 ++++++++++++++++++------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/pages/pendingBots/[id]/[date].tsx b/pages/pendingBots/[id]/[date].tsx index 7c4b638..f171634 100644 --- a/pages/pendingBots/[id]/[date].tsx +++ b/pages/pendingBots/[id]/[date].tsx @@ -69,24 +69,30 @@ const PendingBot: NextPage = ({ data }) => {

정보

-
-
- ID +
+
+
+ ID +
+
+ {data.id} +
-
- {data.id} +
+
+ 등록일 +
+
+ {Day(data.date * 1000).format('LLL')} +
-
- 등록일 -
-
- {Day(data.date * 1000).format('LLL')} -
-
- 접두사 -
-
- {data.prefix} +
+
+ 접두사 +
+
+ {data.prefix} +

카테고리