소스 검색

chore(position-protocol-converter): adjust width proportion of position protocol converter

dengdx 1 개월 전
부모
커밋
7715aa053c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/pages/patient/components/RegisterAvailableFilterBar.tsx

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

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