From aa0e36a57a7e8c8872d5158f8fbcf37d6c3aa75d Mon Sep 17 00:00:00 2001 From: KUN1007 Date: Mon, 13 Nov 2023 21:44:22 +0800 Subject: [PATCH] pref: fix reply bottom style --- src/views/topic/components/reply/Reply.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/topic/components/reply/Reply.vue b/src/views/topic/components/reply/Reply.vue index 59c0fc22..2cb66146 100644 --- a/src/views/topic/components/reply/Reply.vue +++ b/src/views/topic/components/reply/Reply.vue @@ -218,6 +218,8 @@ const handleClickComment = ( .bottom { border-top: 1px solid var(--kungalgame-blue-1); border-bottom: 1px solid var(--kungalgame-blue-1); + display: flex; + justify-content: space-between; } .right {