调整界面样式

feature/2.0-sales-trade
LiaoYijun 3 years ago
parent 124185c40e
commit 4c19571d24

@ -47,7 +47,7 @@ class AgentGroup extends Component {
return (
<>
<Space direction="vertical" style={{width: '100%'}}>
<Row gutter={{ xs: 8, sm: 16, md: 24, lg: 32 }}>
<Row gutter={{md: 24}}>
<Col md={8} lg={7} xxl={6}>
<Select value={dateType} style={{ width: "95%" }} onChange={(value) => customerServicesStore.selectDateType(value)}>
<Select.Option key="1" value="startDate">
@ -76,7 +76,7 @@ class AgentGroup extends Component {
}}
/>
</Col>
<Col md={8} lg={5} xxl={8}>
<Col md={8}>
<Button
type="primary"
icon={<SearchOutlined />}
@ -115,7 +115,7 @@ class AgentGroup extends Component {
</Row>
</Space>
</>
);
);
}
}

Loading…
Cancel
Save