소스 검색

fix: 仪表盘补充间距调整

outaozhen 4 년 전
부모
커밋
107c7f9dc6
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/pages/Workbench/Dashboard/index.tsx

+ 4 - 4
src/pages/Workbench/Dashboard/index.tsx

@@ -294,7 +294,7 @@ const Dashboard = ({ dispatch, departments = [] }) => {
     <PageContainer title={false} breadcrumb={false} waterMarkProps={{ offsetTop: 111 }}>
       <div className={styles.dashboard}>
         <div className="enter-y">
-          <Row gutter={[8, 8]}>
+          <Row gutter={[16, 16]}>
             <Col xs={24} sm={24} md={24} lg={18} xl={18}>
               <div className="shadow-card">
                 <ProTable
@@ -401,7 +401,7 @@ const Dashboard = ({ dispatch, departments = [] }) => {
           </div>
         </div>
         <div className="enter-y">
-          <Row gutter={[8, 8]}>
+          <Row gutter={[16, 16]}>
             <Col xs={24} sm={24} md={24} lg={8} xl={8}>
               <div className="p-4 bg-white border rounded-sm border-hex-f0f0f0 shadow-card">
                 {state.loading ? (
@@ -553,7 +553,7 @@ const Dashboard = ({ dispatch, departments = [] }) => {
           </Row>
         </div>
         <div className="mt-4 enter-y">
-          <Row gutter={[8, 8]}>
+          <Row gutter={[16, 16]}>
             {/* <Col xs={24} sm={24} md={24} lg={12} xl={12}>
             <BusinessChar
               loading={state.loading}
@@ -590,7 +590,7 @@ const Dashboard = ({ dispatch, departments = [] }) => {
           </Row>
         </div>
         <div className="mt-4 enter-y">
-          <Row gutter={[8, 8]}>
+          <Row gutter={[16, 16]}>
             <Col xs={24} sm={24} md={24} lg={12} xl={12}>
               <LeaderBoard dataList={state.leaderboard} loading={state.loading} />
             </Col>