From 76c2bcf9222fe6b97d02a09865ff0a33aedce069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E4=BA=8C=E7=8C=9B?= Date: Mon, 2 Dec 2019 23:13:32 +0800 Subject: [PATCH] U web improve experience --- spug_web/src/pages/system/account/Table.js | 3 ++- spug_web/src/pages/system/account/index.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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="请输入"/>