mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-02-23 16:09:37 +08:00
优化 细节问题
This commit is contained in:
parent
49cd3c6059
commit
e78f4e14e4
public
@ -32,7 +32,7 @@
|
||||
MCSERVER.meumObject.masterMeum = [
|
||||
{
|
||||
class: "glyphicon-equalizer",
|
||||
name: "监控数据中心",
|
||||
name: "面板数据总览",
|
||||
link: "./template/center.html",
|
||||
api: "center/show",
|
||||
select: false
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=3, minimum-scale=1, user-scalable=no" />
|
||||
|
||||
<title>MCSM 管理面板</title>
|
||||
<title>MCSManager 管理面板</title>
|
||||
<link href="./common/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
|
||||
|
||||
<link href="common/css/action.css" rel="stylesheet" />
|
||||
@ -27,6 +27,7 @@
|
||||
</div>
|
||||
<![endif]-->
|
||||
</head>
|
||||
|
||||
<!--
|
||||
______ _______________________ ___
|
||||
___ |/ /_ ____/_ ___/__ |/ /_____ _____________ _______ _____________
|
||||
@ -34,6 +35,7 @@ __ /|_/ /_ / _____ \__ /|_/ /_ __ /_ __ \ __ /_ __ / _ \_ ___/
|
||||
_ / / / / /___ ____/ /_ / / / / /_/ /_ / / / /_/ /_ /_/ // __/ /
|
||||
/_/ /_/ \____/ /____/ /_/ /_/ \__,_/ /_/ /_/\__,_/ _\__, / \___//_/
|
||||
/____/
|
||||
Copyright(c) 2021 https://github.com/Suwings.
|
||||
-->
|
||||
|
||||
<body>
|
||||
@ -50,7 +52,7 @@ _ / / / / /___ ____/ /_ / / / / /_/ /_ / / / /_/ /_ /_/ // __/ /
|
||||
</div>
|
||||
</div>
|
||||
<div id="SideColFor">
|
||||
<!--如果您想更改菜单名或功能,请查看 common/js/meum.js 文件-->
|
||||
<!--若想更改菜单名或功能,请查看 common/js/meum.js 文件-->
|
||||
<a href="javascript:void(0);" v-for="item of items" :class="{ MeumSelect: item.select }"
|
||||
v-on:click="onRedirect(item.link,item.api,item)">
|
||||
<span class="glyphicon" :class="item.class" aria-hidden="true"></span>
|
||||
@ -116,7 +118,6 @@ _ / / / / /___ ____/ /_ / / / / /_/ /_ / / / /_/ /_ /_/ // __/ /
|
||||
<!-- 手机端导航球 -->
|
||||
<div id="SidebarButton" v-on:click="operate()">
|
||||
<div class="SidebarButtonWapper">
|
||||
<!-- <span class="glyphicon " :class="!isExpand?'glyphicon-th-list':'glyphicon-list'" aria-hidden="true"></span> -->
|
||||
<svg t="1583817080960" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
p-id="941" width="24" height="46">
|
||||
<path
|
||||
|
Loading…
Reference in New Issue
Block a user