diff --git a/spug_web/src/pages/system/account/Table.js b/spug_web/src/pages/system/account/Table.js index 1a1b97d..648a94b 100644 --- a/spug_web/src/pages/system/account/Table.js +++ b/spug_web/src/pages/system/account/Table.js @@ -15,7 +15,8 @@ class ComTable extends React.Component { columns = [{ title: '序号', key: 'series', - render: (_, __, index) => index + 1 + render: (_, __, index) => index + 1, + width: 80 }, { title: '登录名', dataIndex: 'username', diff --git a/spug_web/src/pages/system/account/index.js b/spug_web/src/pages/system/account/index.js index de364b1..c89e372 100644 --- a/spug_web/src/pages/system/account/index.js +++ b/spug_web/src/pages/system/account/index.js @@ -9,7 +9,7 @@ export default function () { - store.f_name = e.target.value} placeholder="请输入"/> + store.f_name = e.target.value} placeholder="请输入"/>