Commit 6b7500fb authored by chenqikuai's avatar chenqikuai

fix: 修复修改存证时,编辑器无法展示出来的bug

parent c38c12b4
......@@ -133,7 +133,7 @@ export default class AddOption extends Vue {
text-align: left;
background: #ffffff;
.content-wrapper{
height: calc(100vh - 46px);
height: calc(100vh - 46px - 60px);
overflow: auto;
}
.item{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment