From 6ffddb4f427176d39bb41df21919d7038e5bf668 Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Wed, 11 Sep 2024 15:27:19 +0800 Subject: [PATCH] feat: 修改样式 --- gz-customerSystem/src/views/register/index.jsx | 23 ++++++++++++++++------- 1 files changed, 16 insertions(+), 7 deletions(-) diff --git a/gz-customerSystem/src/views/register/index.jsx b/gz-customerSystem/src/views/register/index.jsx index e60ca7b..844aef1 100644 --- a/gz-customerSystem/src/views/register/index.jsx +++ b/gz-customerSystem/src/views/register/index.jsx @@ -167,6 +167,7 @@ dataIndex: 'actions', key: 'actions', width: 180, + fixed: 'right', render: (text, record) => ( <Space style={{ color: '#1A6FB8' }}> <div onClick={() => navigate(`/mediate/visit/fileMessage?caseTaskId=${record.ownerId}&caseId=${record.caseId}`)} style={{ cursor: 'pointer' }}>详情</div> @@ -228,6 +229,7 @@ dataIndex: 'actions', key: 'actions', width: 180, + fixed: 'right', render: (text, record) => ( <Space style={{ color: '#1A6FB8' }}> <div onClick={() => navigate(`/mediate/visit/fileMessage?caseTaskId=${record.ownerId}&caseId=${record.caseId}`)} style={{ cursor: 'pointer' }}>详情</div> @@ -287,6 +289,7 @@ dataIndex: 'actions', key: 'actions', width: 180, + fixed: 'right', render: (text, record) => ( <Space style={{ color: '#1A6FB8' }}> <div onClick={() => navigate(`/mediate/visit/fileMessage?caseTaskId=${record.ownerId}&caseId=${record.caseId}`)} style={{ cursor: 'pointer' }}>详情</div> @@ -345,6 +348,7 @@ dataIndex: 'actions', key: 'actions', width: 180, + fixed: 'right', render: (text, record) => ( <Space style={{ color: '#1A6FB8' }}> <div onClick={() => navigate(`/mediate/visit/fileMessage?caseTaskId=${record.ownerId}&caseId=${record.caseId}`)} style={{ cursor: 'pointer' }}>详情</div> @@ -404,6 +408,7 @@ dataIndex: 'actions', key: 'actions', width: 180, + fixed: 'right', render: (text, record) => ( <Space style={{ color: '#1A6FB8' }}> <div onClick={() => navigate(`/mediate/visit/fileMessage?caseTaskId=${record.ownerId}&caseId=${record.caseId}`)} style={{ cursor: 'pointer' }}>详情</div> @@ -463,6 +468,7 @@ dataIndex: 'actions', key: 'actions', width: 180, + fixed: 'right', render: (text, record) => ( <Space style={{ color: '#1A6FB8' }}> <div onClick={() => navigate(`/mediate/visit/fileMessage?caseTaskId=${record.ownerId}&caseId=${record.caseId}`)} style={{ cursor: 'pointer' }}>详情</div> @@ -522,6 +528,7 @@ dataIndex: 'actions', key: 'actions', width: 180, + fixed: 'right', render: (text, record) => ( <Space style={{ color: '#1A6FB8' }}> <div onClick={() => navigate(`/mediate/visit/fileMessage?caseTaskId=${record.ownerId}&caseId=${record.caseId}`)} style={{ cursor: 'pointer' }}>详情</div> @@ -596,6 +603,7 @@ dataIndex: 'actions', key: 'actions', width: 180, + fixed: 'right', render: (text, record) => ( <Space> <div onClick={() => navigate(`/mediate/visit/fileMessage?caseTaskId=${record.ownerId}&caseId=${record.caseId}`)} style={{ cursor: 'pointer', color: '#1A6FB8' }}>详情</div> @@ -658,6 +666,7 @@ dataIndex: 'actions', key: 'actions', width: 180, + fixed: 'right', render: (text, record) => ( <Space> <div onClick={() => navigate(`/mediate/visit/fileMessage?caseTaskId=${record.ownerId}&caseId=${record.caseId}`)} style={{ cursor: 'pointer' }}>详情</div> @@ -737,6 +746,7 @@ dataIndex: 'actions', key: 'actions', width: 180, + fixed: 'right', render: (text, record) => ( <Space> <div>回复</div> @@ -807,6 +817,7 @@ dataIndex: 'actions', key: 'actions', width: 180, + fixed: 'right', render: (text, record) => ( <Space style={{ color: '#1A6FB8' }}> <div onClick={() => navigate(`/mediate/visit/fileMessage?caseTaskId=${record.ownerId}&caseId=${record.caseId}`)} style={{ cursor: 'pointer' }}>详情</div> @@ -876,6 +887,7 @@ dataIndex: 'actions', key: 'actions', width: 180, + fixed: 'right', render: (text, record) => ( <Space style={{ color: '#1A6FB8' }}> <div onClick={() => navigate(`/mediate/visit/fileMessage?caseTaskId=${record.ownerId}&caseId=${record.caseId}`)} style={{ cursor: 'pointer' }}>详情</div> @@ -1116,10 +1128,7 @@ size="small" rowKey="caseId" bordered={true} - // style={{ marginBottom: '65px', marginTop: '-16px' }} - // rowSelection={{ - // type: 'Checkbox' - // }} + scroll={{ x: 1300 }} /> </Typography.Paragraph> </TabPane> @@ -1143,7 +1152,7 @@ size="small" rowKey="id" bordered={true} - // style={{ marginBottom: '65px', marginTop: '-16px' }} + scroll={{ x: 1300 }} /> </Typography.Paragraph> </TabPane> @@ -1163,7 +1172,7 @@ size="small" rowKey="id" bordered={true} - // style={{ marginBottom: '65px', marginTop: '-16px' }} + scroll={{ x: 1300 }} /> </Typography.Paragraph> </TabPane> @@ -1176,7 +1185,7 @@ 群众来访接待 <div style={{ display: 'flex', justifyContent: 'space-evenly',gap:'24px',marginTop:'16px' }}> <div className='bottomTab1' style={{ cursor: 'pointer' }}> - <div className='VisitWorkBench-bottom-title' onClick={() => navigate(`/mediate/visit`)} style={{ color: '#206BCD' }}>大厅来访</div> + <div className='VisitWorkBench-bottom-title' onClick={() => {navigate(`/mediate/visit`)}} style={{ color: '#206BCD' }}>大厅来访</div> {/* <img src={visitInto} alt='' className='VisitWorkBench-bottom-img' /> */} </div> <div className='bottomTab2' style={{ cursor: 'pointer' }}> -- Gitblit v1.8.0