优化面板样式

This commit is contained in:
hanhh
2021-07-17 22:20:08 +08:00
parent 20ddb5a3cf
commit ecdfdff50d
9 changed files with 80 additions and 30 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ export default {
},
{
path: '/script',
name: '查看脚本',
name: '脚本管理',
icon: <FormOutlined />,
component: '@/pages/script/index',
},
@@ -50,7 +50,7 @@ export default {
},
{
path: '/log',
name: '日志',
name: '任务日志',
icon: <FolderOutlined />,
component: '@/pages/log/index',
},