style: table, annual

feature/pivot
Lei OT 2 years ago
parent 9593e62573
commit 27d0f48315

@ -186,7 +186,7 @@ export default observer(() => {
</Row>
<section>
<Space>
<h2>年度业绩=传统+商务</h2>
<h2>年度业绩<span style={{fontSize: 'small'}}> =传统+商务</span></h2>
</Space>
<Spin spinning={summaryData.loading}>
<Row gutter={layoutProps.gutter}>
@ -264,7 +264,7 @@ export default observer(() => {
</Col>
) : null
)}
<Col {...layoutProps3} key={'mapG'} lg={{ span: 16 }}>
<Col key={'mapG'} flex={'1 0 auto'}>
<Spin spinning={topData?.country?.loading || false}>
<div id='topC' style={{height: '700px'}}>
<MapCountry sourceField={'groupsLabel'} valueField={BUConfig.measureField} dataSource={topData?.country?.dataSource || []} />

@ -445,7 +445,7 @@ class Orders extends Component {
...ele,
children: (
<>
<Table id={`table_to_xlsx_${ele.key}`} {...tableProps} />
<Table sticky id={`table_to_xlsx_${ele.key}`} {...tableProps} />
<Divider orientation="right" plain>
<a
onClick={() => {

Loading…
Cancel
Save