Commit 34c9fba2 authored by 田翔's avatar 田翔

fix: 位置调整

parent 14a56d63
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "4.2.6", "version": "4.2.7",
"description": "4.2.6 增加滚动条", "description": "4.2.7 位置调整",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -13,7 +13,6 @@ body #app { ...@@ -13,7 +13,6 @@ body #app {
.pandaXform { .pandaXform {
width: 100%; width: 100%;
height: 100%; height: 100%;
padding: 10px;
background: white; background: white;
.fr-generator-container .left-layout { .fr-generator-container .left-layout {
padding: 10px 0 0 0; padding: 10px 0 0 0;
...@@ -34,6 +33,7 @@ body #app { ...@@ -34,6 +33,7 @@ body #app {
height: 100%; height: 100%;
.@{ant-prefix}-spin-container { .@{ant-prefix}-spin-container {
height: 100%; height: 100%;
padding: 10px;
overflow: auto; overflow: auto;
&::-webkit-scrollbar { &::-webkit-scrollbar {
width: 6px; width: 6px;
......
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