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;