From 11ab23f6d322808123ee9ec3778736b3c811e755 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Fri, 2 Feb 2024 16:20:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=AE=A8=E8=AE=BA=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/DetailsComments.vue | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/components/DetailsComments.vue b/components/DetailsComments.vue index 138bfb9..40769fa 100644 --- a/components/DetailsComments.vue +++ b/components/DetailsComments.vue @@ -759,22 +759,18 @@ defineExpose({ changeCommentVoteoption, wipeCommentVoteoption, reviewsComment, b position: fixed; top: 0; left: 0; - // background-color: #000000; z-index: 10; } .comments-input-box { margin-top: 13px; - // margin-bottom: 10px; height: 0; - // overflow: hidden; transition: all 0.3s; position: relative; z-index: 11; &.comments-input-box-show { height: 184px; - // overflow: visible; margin-bottom: 10px; &::after { @@ -813,27 +809,10 @@ defineExpose({ changeCommentVoteoption, wipeCommentVoteoption, reviewsComment, b .comments-input { flex: 1; - // border: 1px solid rgba(215, 215, 215, 1); border-color: #fff; border-radius: 8px; position: relative; z-index: 1; - // background-color: #fff; - // height: 0; - // overflow: hidden; - - // &::after { - // content: ""; - // width: 20px; - // height: 20px; - // display: block; - // background-color: rgba(215, 215, 215, 1); - // position: absolute; - // top: -2px; - // left: 21px; - // transform: rotate(45deg); - // z-index: -1; - // } transition: all 0.3s; /deep/ textarea { @@ -870,7 +849,6 @@ defineExpose({ changeCommentVoteoption, wipeCommentVoteoption, reviewsComment, b width: 60px; height: 32px; border-radius: 6px; - background-color: var(--main-color); font-size: 14px; color: #ffffff;