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