Commit cf1db44e authored by 张子雨's avatar 张子雨

feat: 优化

parent c3d034e7
......@@ -2,15 +2,15 @@ const isProduction = process.env.NODE_ENV === 'production';
const isPre = process.env.PRE_ENV === 'pre';
const envAPi = {
api: '//backstms-test4.liangkebang.net',
kdspOpApi: 'https://kdsp-operation-test4.liangkebang.net',
kdspApi: 'https://sc-op-api-test4.liangkebang.net',
goodsApi: 'https://sc-op-api-test4.liangkebang.net',
querysApi: 'https://sc-settlement-api-test4.liangkebang.net',
api: '//backstms-test9.liangkebang.net',
kdspOpApi: 'https://kdsp-operation-test9.liangkebang.net',
kdspApi: 'https://sc-op-api-test9.liangkebang.net',
goodsApi: 'https://sc-op-api-test9.liangkebang.net',
querysApi: 'https://sc-settlement-api-test9.liangkebang.net',
// goodsApi: '//192.168.188.111:7000',
prologueDomain: 'https://mall-test4.liangkebang.net',
prologueDomain: 'https://mall-test9.liangkebang.net',
qiniuHost: 'https://appsync.lkbang.net',
opapiHost: 'https://opapi-test4.liangkebang.net',
opapiHost: 'https://opapi-test9.liangkebang.net',
};
const prodApi = {
......
......@@ -183,7 +183,7 @@ const PaymentMange = () => {
}}
bordered
toolBarRender={onToolBarRender}
scroll={{ x: '1700px' }}
scroll={{ x: '1700px', y: 500 }}
/>
<ToExamineModal
......
......@@ -154,7 +154,7 @@ const ReconciliationQuery = () => {
rowSelection={rowSelection}
bordered
toolBarRender={onToolBarRender}
scroll={{ x: '100%' }}
scroll={{ x: '100%', y: 400 }}
/>
</PageHeaderWrapper>
</Spin>
......
......@@ -157,7 +157,7 @@ const SettlementSheet = () => {
rowSelection={rowSelection}
bordered
toolBarRender={onToolBarRender}
scroll={{ x: '100%' }}
scroll={{ x: '100%', y: 400 }}
/>
</PageHeaderWrapper>
</Spin>
......
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