格式优化

feature/2.0-sales-trade
YCC 2 years ago
parent 6307a8c41c
commit e568dafd9c

@ -36,8 +36,8 @@ const AgentGroupCount = () => {
return ( return (
<> <>
<Space direction="vertical" style={{ width: '100%' }}> <Space direction="vertical" style={{ width: '100%' }}>
<Row gutter={{ md: 24 }} justify="end"> <Row gutter={{ sm: 16, lg: 32 }} justify="end">
<Col span={4}> <Col md={24} lg={8} xxl={8}>
<Select <Select
value={customerServicesStore.selectedAgent} value={customerServicesStore.selectedAgent}
style={{ width: '95%' }} style={{ width: '95%' }}
@ -56,13 +56,13 @@ const AgentGroupCount = () => {
{agentList.map(renderAgentItem)} {agentList.map(renderAgentItem)}
</Select> </Select>
</Col> </Col>
<Col span={4}> <Col md={24} lg={8} xxl={8}>
<GroupSelect value={customerServicesStore.selectedTeam} <GroupSelect value={customerServicesStore.selectedTeam}
onChange={(value) => customerServicesStore.selectTeam(value)} onChange={(value) => customerServicesStore.selectTeam(value)}
style={{ width: '95%' }} show_all={true} style={{ width: '95%' }} show_all={true}
/> />
</Col> </Col>
<Col span={4}> <Col md={24} lg={8} xxl={8}>
<Select <Select
value={customerServicesStore.selectedCountry} value={customerServicesStore.selectedCountry}
style={{ width: '95%' }} style={{ width: '95%' }}
@ -79,7 +79,7 @@ const AgentGroupCount = () => {
</Select.Option> </Select.Option>
</Select> </Select>
</Col> </Col>
<Col span={4}> <Col md={24} lg={8} xxl={8}>
<Select <Select
value={dateType} value={dateType}
style={{ width: '95%' }} style={{ width: '95%' }}
@ -93,7 +93,7 @@ const AgentGroupCount = () => {
</Select.Option> </Select.Option>
</Select> </Select>
</Col> </Col>
<Col span={4}> <Col md={24} lg={8} xxl={8}>
<DatePicker.RangePicker <DatePicker.RangePicker
format={config.DATE_FORMAT} format={config.DATE_FORMAT}
locale={zhCNlocale} locale={zhCNlocale}
@ -120,7 +120,7 @@ const AgentGroupCount = () => {
}} }}
/> />
</Col> </Col>
<Col span={4}> <Col md={24} lg={8} xxl={8}>
<Button <Button
type="primary" type="primary"
icon={<SearchOutlined />} icon={<SearchOutlined />}

Loading…
Cancel
Save