NEZ-2473 fix : comments 二级页面样式更改
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user