NEZ-2473 fix : comments 二级页面样式更改

This commit is contained in:
likexuan
2022-12-22 15:36:47 +08:00
parent 0e73fbab18
commit 234b649794
2 changed files with 14 additions and 13 deletions

View File

@@ -354,6 +354,9 @@
height: 100%;
border-color: transparent;
}
.el-textarea__inner {
resize: none;
}
}
.comment-editor {
border: 1px solid $--border-color-light;
@@ -378,6 +381,16 @@
font-style: normal;
color: $--color-text-placeholder;
}
.textarea-button{
display: flex;
justify-content: flex-end;
padding-bottom: 10px;
padding-right: 10px;
.nz-btn.nz-btn-size-mini{
width: 74px;
height: 30px;
}
}
}
#assetCommentTable {
height: calc(100% - 25px) !important;

View File

@@ -172,17 +172,5 @@ export default {
}
</script>
<style lang="scss" scoped>
.textarea-box >>>.el-textarea__inner {
resize: none;
}
.comment-editor>>>.textarea-button{
display: flex;
justify-content: flex-end;
padding-bottom: 10px;
padding-right: 10px;
.nz-btn.nz-btn-size-mini{
width: 74px;
height: 30px;
}
}
</style>