Commit 5b953cac authored by 田翔's avatar 田翔

fix: 样式初始化

parent 34c9fba2
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "4.2.7", "version": "4.2.8",
"description": "4.2.7 位置调整", "description": "4.2.8 样式初始化",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -12,7 +12,7 @@ body #app { ...@@ -12,7 +12,7 @@ body #app {
.pandaXform { .pandaXform {
width: 100%; width: 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;
...@@ -33,24 +33,6 @@ body #app { ...@@ -33,24 +33,6 @@ body #app {
height: 100%; height: 100%;
.@{ant-prefix}-spin-container { .@{ant-prefix}-spin-container {
height: 100%; height: 100%;
padding: 10px;
overflow: auto;
&::-webkit-scrollbar {
width: 6px;
/*竖向滚动条的宽度*/
height: 6px;
/*横向滚动条的高度*/
}
&::-webkit-scrollbar-thumb {
/*滚动条里面的小方块*/
background: #c8c8c8;
border-radius: 3px;
}
&::-webkit-scrollbar-track {
/*滚动条轨道的样式*/
background: #fff;
border-radius: 3px;
}
} }
} }
.@{ant-prefix}-spin-spinning { .@{ant-prefix}-spin-spinning {
......
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