提交 bb58d690 authored 作者: junjie's avatar junjie

refactor: 编辑字段样式调整

上级 6d207829
...@@ -371,7 +371,8 @@ export default { ...@@ -371,7 +371,8 @@ export default {
padding: 0 4px; padding: 0 4px;
} }
.field-height{ .field-height{
height: calc(50% - 20px); height: calc(50% - 25px);
margin-top: 4px;
} }
.drag-list { .drag-list {
height: calc(100% - 26px); height: calc(100% - 26px);
...@@ -442,8 +443,9 @@ export default { ...@@ -442,8 +443,9 @@ export default {
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.function-height{ .function-height{
height: calc(100% - 20px); height: calc(100% - 50px);
overflow: auto; overflow: auto;
margin-top: 4px;
} }
.function-pop>>>.el-popover{ .function-pop>>>.el-popover{
padding: 6px!important; padding: 6px!important;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论