Explorar el Código

右侧加宽到5

visuddhinanda hace 2 años
padre
commit
7d7ebd81f4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      dashboard/src/pages/library/search/search.tsx

+ 2 - 2
dashboard/src/pages/library/search/search.tsx

@@ -61,7 +61,7 @@ const Widget = () => {
                 }}
               />
             </Col>
-            <Col xs={24} sm={18} md={14}>
+            <Col xs={24} sm={18} md={13}>
               <Space direction="vertical" style={{ padding: 10 }}>
                 <Space>
                   <FullSearchInput
@@ -162,7 +162,7 @@ const Widget = () => {
                 />
               </Space>
             </Col>
-            <Col xs={0} sm={0} md={5}>
+            <Col xs={0} sm={0} md={6}>
               {key && parseInt(key) ? (
                 <PageNumberList
                   keyWord={key}