瀏覽代碼

style(filter): adjust layout of filter area

sw 1 月之前
父節點
當前提交
e18ea71e6f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/pages/patient/components/RegisterAvailableFilterBar.tsx

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