fix:修改text图表样式

This commit is contained in:
zyh
2023-09-27 15:31:00 +08:00
parent 51e14fb092
commit f9498279e0
3 changed files with 22 additions and 4 deletions

View File

@@ -107,6 +107,16 @@
.v-md-editor-preview{
padding: 0;
}
.text-content{
.el-scrollbar__wrap{
margin-right: 0 !important;
margin-bottom: 0 !important;
overflow: hidden !important;
}
.el-scrollbar__bar{
display: none;
}
}
}
.no-data{
text-align: center;