Commit ac3bc805 authored by 田翔's avatar 田翔

fix: 去除滚动条

parent 457b7cdd
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "2.7.4", "version": "2.7.5",
"description": "2.7.4: 更换版本", "description": "2.7.5: 去除滚动条",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -10,10 +10,10 @@ body #app { ...@@ -10,10 +10,10 @@ body #app {
} }
} }
// @pandaXform-prefix-cls: ~'@{ant-prefix}-pandaXform';
.pandaXform { .pandaXform {
background: white; background: white;
.fr-generator-container .left-layout { .fr-generator-container .left-layout {
padding: 10px 0 0 0;
.left-item { .left-item {
justify-content: left; justify-content: left;
padding-left: 10px; padding-left: 10px;
...@@ -165,12 +165,7 @@ body #app { ...@@ -165,12 +165,7 @@ body #app {
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
justify-content: flex-end; justify-content: flex-end;
padding: 10px 10px; // .@{pandaXform-prefix-cls}-operate-reset { padding: 10px 10px;
// margin-right: 10px;
// }
// .pandaXform-text-area {
// width: 100% !important;
// }
} }
&-group { &-group {
// .@{pandaXform-prefix-cls}-title { // .@{pandaXform-prefix-cls}-title {
...@@ -206,15 +201,7 @@ body #app { ...@@ -206,15 +201,7 @@ body #app {
input { input {
cursor: default; cursor: default;
} }
} // .@{pandaXform-prefix-cls}-divider-horizontal { }
// margin: 10px;
// &:first-child {
// display: none !important;
// }
// }
// .@{pandaXform-prefix-cls}-input[disabled] {
// background-color: #ffffff60 !important;
// }
/** @Tips: 在原有框架下,表单渲染后,使用的是flex自动布局,与calc来计算组件宽度,未设置固定宽度,导致页面布局错乱 */ /** @Tips: 在原有框架下,表单渲染后,使用的是flex自动布局,与calc来计算组件宽度,未设置固定宽度,导致页面布局错乱 */
.fr-content .fr-item-wrapper>div { .fr-content .fr-item-wrapper>div {
width: 100%; width: 100%;
......
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