mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 01:14:50 +08:00
重构环境变量管理,添加脚本查看
This commit is contained in:
@@ -25,10 +25,10 @@ export default {
|
||||
component: '@/pages/crontab/index',
|
||||
},
|
||||
{
|
||||
path: '/cookie',
|
||||
name: 'Session管理',
|
||||
path: '/env',
|
||||
name: '环境变量',
|
||||
icon: <RadiusSettingOutlined />,
|
||||
component: '@/pages/cookie/index',
|
||||
component: '@/pages/env/index',
|
||||
},
|
||||
{
|
||||
path: '/config',
|
||||
@@ -37,10 +37,10 @@ export default {
|
||||
component: '@/pages/config/index',
|
||||
},
|
||||
{
|
||||
path: '/diy',
|
||||
name: '自定义脚本',
|
||||
path: '/script',
|
||||
name: '查看脚本',
|
||||
icon: <FormOutlined />,
|
||||
component: '@/pages/diy/index',
|
||||
component: '@/pages/script/index',
|
||||
},
|
||||
{
|
||||
path: '/diff',
|
||||
|
||||
+10
-1
@@ -36,7 +36,7 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.session-wrapper {
|
||||
.env-wrapper {
|
||||
th {
|
||||
white-space: nowrap;
|
||||
}
|
||||
@@ -51,6 +51,15 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.config-wrapper {
|
||||
.config-select {
|
||||
width: 250px;
|
||||
}
|
||||
.ant-page-header-heading-left {
|
||||
min-width: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.ant-pro-grid-content.wide {
|
||||
.ant-pro-page-container-children-content {
|
||||
|
||||
Reference in New Issue
Block a user