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; } } }