- 优化页面结构

- 修复「TOTP 输入界面,回车无法确定」close #101
This commit is contained in:
dushixiang
2021-03-17 20:00:36 +08:00
parent ea48bd3da2
commit d6ef8aa1db
17 changed files with 106 additions and 406 deletions

View File

@ -31,16 +31,6 @@ const confirm = Modal.confirm;
const {Content} = Layout;
const {Search} = Input;
const {Title, Text} = Typography;
const routes = [
{
path: '',
breadcrumbName: '首页',
},
{
path: 'onlineSession',
breadcrumbName: '在线会话',
}
];
class OnlineSession extends Component {
@ -335,18 +325,6 @@ class OnlineSession extends Component {
return (
<>
<PageHeader
className="site-page-header-ghost-wrapper"
title="在线会话"
breadcrumb={{
routes: routes,
itemRender: itemRender
}}
subTitle="查询实时在线会话"
>
</PageHeader>
<Content className="site-layout-background page-content">
<div style={{marginBottom: 20}}>