Commit 848d3828 authored by 王珂's avatar 王珂

修改表格样式

parent d3e4d71c
...@@ -9,7 +9,7 @@ const getColumns = () => { ...@@ -9,7 +9,7 @@ const getColumns = () => {
return [ return [
{ {
title: '序号', title: '序号',
width: '2%', width: '5%',
render: (text, record, index) => `${index + 1}` render: (text, record, index) => `${index + 1}`
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment