|
@@ -52,7 +52,7 @@ const RegisterAvailableFilterBar: React.FC<Props> = ({
|
|
|
return (
|
|
|
<div style={{ padding: 16, borderBottom: '1px solid #f0f0f0' }}>
|
|
|
<Row gutter={[16, 16]}>
|
|
|
- <Col xs={24} sm={12} md={6} lg={6} xl={4}>
|
|
|
+ <Col xs={24} sm={12} md={6} lg={6} xl={6}>
|
|
|
<Segmented
|
|
|
options={[
|
|
|
{ label: '协议', value: 'protocol' },
|
|
@@ -123,7 +123,7 @@ const RegisterAvailableFilterBar: React.FC<Props> = ({
|
|
|
}}
|
|
|
/>
|
|
|
</Col>
|
|
|
- <Col xs={24} sm={12} md={6} lg={6} xl={4}>
|
|
|
+ <Col xs={24} sm={12} md={6} lg={6} xl={6}>
|
|
|
<Select
|
|
|
allowClear
|
|
|
style={{ width: '100%' }}
|