Commit e8aabcce authored by 田翔's avatar 田翔

fix: 台账列表样式调整

parent 6e46ce96
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "4.1.1", "version": "4.1.2",
"description": "4.1.1 tableRender组件图片预览表头筛选排序功能添加", "description": "4.1.2 台账列表样式调整",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -367,7 +367,7 @@ const Account = (props) => { ...@@ -367,7 +367,7 @@ const Account = (props) => {
columns={columns} columns={columns}
dataSource={dataSource} dataSource={dataSource}
pagination={false} pagination={false}
scroll={{ y: '100%' }} scroll={{ y: 'calc(100% - 50px)' }}
onChange={tableChange} onChange={tableChange}
/> />
</div> </div>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
} }
.bottom { .bottom {
width: 100%; width: 100%;
height: calc(100% - 100px); height: calc(100% - 50px);
.@{ant-prefix}-table-wrapper { .@{ant-prefix}-table-wrapper {
height: 100%; height: 100%;
.@{ant-prefix}-spin-nested-loading { .@{ant-prefix}-spin-nested-loading {
......
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