NEZ-2204 feat : asset comment 评论页面开发

This commit is contained in:
likexuan
2022-09-20 16:10:38 +08:00
parent 018ce75c72
commit 01bc8a044e
3 changed files with 21 additions and 32 deletions

View File

@@ -260,23 +260,18 @@
// commentsBottomTab
#commentBottomTab{
.textarea-box{
.textarea-small.el-textarea{
height: calc(100% - 40px) !important;
}
.textarea-big.el-textarea{
height: 100% !important;
}
textarea.el-textarea__inner{
overflow: hidden;
border: 1px solid $--border-color-light;
height: 100% !important;
border-color: transparent;
}
.add-small{
textarea.el-textarea__inner{
min-height: 32px !important;
height: 32px !important;
line-height: 22px !important;
}
}
.add-big{
textarea.el-textarea__inner{
height: 122px !important;
}
}
margin-bottom: 10px;
border: 1px solid $--border-color-light;
}
#assetCommentTable{
.descriptions-info{