forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-12 2d2efba54e188738ca3dba9820df14f58221487f
style:高度
2 files modified
8 ■■■■ changed files
gz-customerSystem/src/views/register/index.jsx 6 ●●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/matterDetail/FileTable.jsx 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/index.jsx
@@ -331,7 +331,7 @@
      title: '化解结果',
      dataIndex: 'mediResult',
      key: 'mediResult',
      width: 80,
      width: 100,
    },
    {
      title: '无法化解理由',
@@ -689,7 +689,7 @@
              title: '化解结果',
              dataIndex: 'mediResult',
              key: 'mediResult',
              width: 180,
              width: 100,
            },
            {
              title: '申请方',
@@ -1324,7 +1324,7 @@
                  scroll={{
                    x: 1300
                  }}
                  offsetHeight={153}
                  offsetHeight={161}
                  loading={loading}
                  pagination={{
                    current: pageData.page,
gz-customerSystem/src/views/register/matterDetail/FileTable.jsx
@@ -351,7 +351,7 @@
        rowKey="ownerType"
        bordered={true}
        scroll={{ x: 1300 }}
        tableHeight={126}
        tableHeight={137}
      />
      <Modal
        style={{ width: '512px' }}