Commit e8aabcce authored by 田翔's avatar 田翔

fix: 台账列表样式调整

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