删除讨论样式注释

This commit is contained in:
A1300399510 2024-02-02 16:20:54 +08:00
parent 4f0e6947ab
commit 11ab23f6d3

View File

@ -759,22 +759,18 @@ defineExpose({ changeCommentVoteoption, wipeCommentVoteoption, reviewsComment, b
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
// background-color: #000000;
z-index: 10; z-index: 10;
} }
.comments-input-box { .comments-input-box {
margin-top: 13px; margin-top: 13px;
// margin-bottom: 10px;
height: 0; height: 0;
// overflow: hidden;
transition: all 0.3s; transition: all 0.3s;
position: relative; position: relative;
z-index: 11; z-index: 11;
&.comments-input-box-show { &.comments-input-box-show {
height: 184px; height: 184px;
// overflow: visible;
margin-bottom: 10px; margin-bottom: 10px;
&::after { &::after {
@ -813,27 +809,10 @@ defineExpose({ changeCommentVoteoption, wipeCommentVoteoption, reviewsComment, b
.comments-input { .comments-input {
flex: 1; flex: 1;
// border: 1px solid rgba(215, 215, 215, 1);
border-color: #fff; border-color: #fff;
border-radius: 8px; border-radius: 8px;
position: relative; position: relative;
z-index: 1; 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; transition: all 0.3s;
/deep/ textarea { /deep/ textarea {
@ -870,7 +849,6 @@ defineExpose({ changeCommentVoteoption, wipeCommentVoteoption, reviewsComment, b
width: 60px; width: 60px;
height: 32px; height: 32px;
border-radius: 6px; border-radius: 6px;
background-color: var(--main-color); background-color: var(--main-color);
font-size: 14px; font-size: 14px;
color: #ffffff; color: #ffffff;