Commit ac3bc805 authored by 田翔's avatar 田翔

fix: 去除滚动条

parent 457b7cdd
{
"name": "panda-xform",
"version": "2.7.4",
"description": "2.7.4: 更换版本",
"version": "2.7.5",
"description": "2.7.5: 去除滚动条",
"keywords": [
"panda-xform"
],
......
......@@ -10,10 +10,10 @@ body #app {
}
}
// @pandaXform-prefix-cls: ~'@{ant-prefix}-pandaXform';
.pandaXform {
background: white;
.fr-generator-container .left-layout {
padding: 10px 0 0 0;
.left-item {
justify-content: left;
padding-left: 10px;
......@@ -165,12 +165,7 @@ body #app {
display: flex;
align-items: flex-end;
justify-content: flex-end;
padding: 10px 10px; // .@{pandaXform-prefix-cls}-operate-reset {
// margin-right: 10px;
// }
// .pandaXform-text-area {
// width: 100% !important;
// }
padding: 10px 10px;
}
&-group {
// .@{pandaXform-prefix-cls}-title {
......@@ -206,15 +201,7 @@ body #app {
input {
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来计算组件宽度,未设置固定宽度,导致页面布局错乱 */
.fr-content .fr-item-wrapper>div {
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