From 4c99334e3c8ef03c326d162bd2dc165e378af0aa Mon Sep 17 00:00:00 2001 From: lixg Date: Wed, 8 Mar 2023 22:21:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/CommentReply.vue | 10 ++++++---- src/views/discuss/DiscussDetail.vue | 10 ++++++---- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/src/App.vue b/src/App.vue index c1cc9d7..41ac04f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -27,7 +27,7 @@ import { GET_USER_INFO } from "@/api/ThirdApi"; import { getCookie } from "@/api/utils"; import { USER_INFO } from "@/api/api"; -console.log("版本2.1.9------------"); +console.log("版本2.1.10------------"); const store = useStore(); const router = useRouter(); diff --git a/src/components/CommentReply.vue b/src/components/CommentReply.vue index e15fe9d..e72c7a5 100644 --- a/src/components/CommentReply.vue +++ b/src/components/CommentReply.vue @@ -579,8 +579,8 @@ function send() { display: flex; } .btns1 { - width: 50px; - height: 25px; + // width: 50px; + // height: 25px; border: 1px solid #999999; border-radius: 4px; display: flex; @@ -590,10 +590,11 @@ function send() { font-weight: 400; color: #999999; margin-right: 16px; + padding: 1px 8px 1px 8px; } .btns2 { - width: 50px; - height: 25px; + // width: 50px; + // height: 25px; background: #2478ff; border: 1px solid #2478ff; border-radius: 4px; @@ -603,6 +604,7 @@ function send() { font-size: 14px; font-weight: 400; color: #ffffff; + padding: 1px 8px 1px 8px; } } } diff --git a/src/views/discuss/DiscussDetail.vue b/src/views/discuss/DiscussDetail.vue index 3962508..3ceac22 100644 --- a/src/views/discuss/DiscussDetail.vue +++ b/src/views/discuss/DiscussDetail.vue @@ -850,8 +850,8 @@ function send() { display: flex; } .btns1 { - width: 50px; - height: 25px; + // width: 50px; + // height: 25px; border: 1px solid #999999; border-radius: 4px; display: flex; @@ -861,10 +861,11 @@ function send() { font-weight: 400; color: #999999; margin-right: 16px; + padding: 1px 8px 1px 8px; } .btns2 { - width: 50px; - height: 25px; + // width: 50px; + // height: 25px; background: #2478ff; border: 1px solid #2478ff; border-radius: 4px; @@ -874,6 +875,7 @@ function send() { font-size: 14px; font-weight: 400; color: #ffffff; + padding: 1px 8px 1px 8px; } } }