Pārlūkot izejas kodu

style(filter): adjust layout of filter area

sw 1 mēnesi atpakaļ
vecāks
revīzija
e18ea71e6f

+ 2 - 2
src/pages/patient/components/RegisterAvailableFilterBar.tsx

@@ -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%' }}