Commit 6b7500fb authored by chenqikuai's avatar chenqikuai

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

parent c38c12b4
...@@ -133,7 +133,7 @@ export default class AddOption extends Vue { ...@@ -133,7 +133,7 @@ export default class AddOption extends Vue {
text-align: left; text-align: left;
background: #ffffff; background: #ffffff;
.content-wrapper{ .content-wrapper{
height: calc(100vh - 46px); height: calc(100vh - 46px - 60px);
overflow: auto; overflow: auto;
} }
.item{ .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