1
0
mirror of https://gitee.com/zhc02/timely_service.git synced 2025-07-16 21:16:13 +08:00
This commit is contained in:
白鹄 2019-12-16 23:49:47 +08:00
parent 7ecae852a9
commit ff562362a2
2 changed files with 18 additions and 62 deletions

View File

@ -8,7 +8,7 @@
"href": "/home"
},
"logoInfo": {
"title": "LayuiMini",
"title": "",
"image": "/static/images/logo.png",
"href": ""
},
@ -52,89 +52,45 @@
]
},
{
"title": "系统设置",
"href": "page/setting.html",
"icon": "fa fa-gears",
"target": "_self"
},
{
"title": "表格示例",
"href": "page/table.html",
"icon": "fa fa-file-text",
"target": "_self"
},
{
"title": "表单示例",
"title": "会话管理",
"href": "",
"icon": "fa fa-calendar",
"icon": "fa fa-file-text",
"target": "_self",
"child": [
{
"title": "普通表单",
"href": "page/form.html",
"title": "游客列表",
"href": "/visitorList",
"icon": "fa fa-list-alt",
"target": "_self"
},
{
"title": "分步表单",
"href": "page/form-step.html",
"title": "聊天记录",
"href": "/chatLogList",
"icon": "fa fa-list-alt",
"target": "_self"
},
{
"title": "服务记录",
"href": "/serviceList",
"icon": "fa fa-navicon",
"target": "_self"
}
]
},
{
"title": "登录模板",
"href": "",
"icon": "fa fa-flag-o",
"target": "_self",
"child": [
{
"title": "登录-1",
"href": "page/login-1.html",
"icon": "fa fa-stumbleupon-circle",
"target": "_blank"
},
{
"title": "登录-2",
"href": "page/login-2.html",
"icon": "fa fa-viacoin",
"target": "_blank"
}
]
},
{
"title": "异常页面",
"href": "",
"icon": "fa fa-home",
"target": "_self",
"child": [
{
"title": "404页面",
"href": "page/404.html",
"icon": "fa fa-hourglass-end",
"target": "_self"
}
]
},
{
"title": "其它界面",
"title": "部署",
"href": "",
"icon": "fa fa-snowflake-o",
"target": "",
"child": [
{
"title": "按钮示例",
"title": "对接方式",
"href": "page/button.html",
"icon": "fa fa-snowflake-o",
"target": "_self"
},
{
"title": "弹出层",
"href": "page/layer.html",
"icon": "fa fa-shield",
"target": "_self"
}
]
}
]

View File

@ -28,7 +28,7 @@
/**logo演示通用 */
.layui-layout-admin .layui-logo {font-weight:bold;color:#ffffff!important;height:60px!important;line-height:60px !important;overflow:hidden;line-height:64px;transition:all .2s!important;}
.layui-layout-admin .layui-logo img {display:inline-block;height:30px;vertical-align:middle;}
.layui-layout-admin .layui-logo img {display:inline-block;height:40x;width:100px;vertical-align:middle;}
.layui-layout-admin .layui-logo h1 {display:inline-block;margin:0 0 0 12px;color:#dadde2;font-weight:600;font-size:20px;font-family:Avenir,Helvetica Neue,Arial,Helvetica,sans-serif;vertical-align:middle;}
/**logo演示缩放 */