- 左上角名称改为火炬VOD管理器 - 登录页使用渐变背景、LOGO、圆角卡片 - 视频列表、操作日志默认每页 10 条 - 布局增加底部版权信息 © meshel.cn · MIT 开源
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
import { Outlet, useLocation, useNavigate } from 'react-router-dom';
|
||||
import { useAuthStore } from '../store/auth';
|
||||
|
||||
const { Header, Sider, Content } = AntLayout;
|
||||
const { Header, Sider, Content, Footer } = AntLayout;
|
||||
|
||||
export default function Layout() {
|
||||
const location = useLocation();
|
||||
@@ -54,7 +54,7 @@ export default function Layout() {
|
||||
fontSize: 16,
|
||||
}}
|
||||
>
|
||||
VOD 管理器
|
||||
火炬VOD管理器
|
||||
</div>
|
||||
<Menu
|
||||
mode="inline"
|
||||
@@ -87,6 +87,16 @@ export default function Layout() {
|
||||
>
|
||||
<Outlet />
|
||||
</Content>
|
||||
<Footer
|
||||
style={{
|
||||
textAlign: 'center',
|
||||
background: colorBgContainer,
|
||||
color: '#888',
|
||||
fontSize: 13,
|
||||
}}
|
||||
>
|
||||
© {new Date().getFullYear()} meshel.cn · 火炬VOD管理器 · MIT 开源
|
||||
</Footer>
|
||||
</AntLayout>
|
||||
</AntLayout>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user