diff --git a/Pear Admin v 2.0/admin/css/pearAdmin.css b/Pear Admin v 2.0/admin/css/pearAdmin.css index 9c25efd..496b2e9 100644 --- a/Pear Admin v 2.0/admin/css/pearAdmin.css +++ b/Pear Admin v 2.0/admin/css/pearAdmin.css @@ -10,6 +10,10 @@ font-size: 20px; } + .layui-header .layui-nav-more{ + display: none!important; + } + /** * 风格 * */ diff --git a/Pear Admin v 2.0/index.html b/Pear Admin v 2.0/index.html index a8ca8e5..6893624 100644 --- a/Pear Admin v 2.0/index.html +++ b/Pear Admin v 2.0/index.html @@ -27,7 +27,15 @@
@@ -70,29 +78,13 @@ var config = { keepLoad:1000, // 主 页 加 载 过 度 时 长 可为 false - muiltTab:true, // 是 否 开 启 多 标 签 页 true 开启 false 关闭 + muiltTab:false, // 是 否 开 启 多 标 签 页 true 开启 false 关闭 control:false, // 是 否 开 启 多 系 统 菜 单 true 开启 false 关闭 theme:"dark-theme", // 默 认 主 题 样 式 dark-theme 默认主题 light-theme 亮主题 index:'view/console/console.html', // 默 认 加 载 主 页 data:'admin/data/menu.json', // 菜 单 数 据 加 载 地 址 done:function(){ - var index = layer.open({ - content: '
',
- offset:"rb",
- title:"后 台 管 理 系 统 框 架",
- shade:0,
- closeBtn:false,
- area: ['360px','270px'],
- btn:['前往围观','加入社区'],
- btn1:function(){
- window.open("https://gitee.com/Jmysy/Pear-Admin-Boot");
- layer.close(index);
- },
- btn2:function(){
- window.open("http://qm.qq.com/cgi-bin/qm/qr?k=wguN0SYYFVTX9K-5Muf36E_J77bCzdDD&authKey=Ye5voDJGOphYUvypWJHOEyHoYBcgzk1l7djAS4fWcmls1jybLnYjwLrzwsS6Jdo3&group_code=682110771");
- layer.close(index);
- }
- });
+ /** 框架初始化 */
}
};
diff --git a/Pear Admin v 2.0/view/console/console.html b/Pear Admin v 2.0/view/console/console.html
index 8271ce5..2bed0f5 100644
--- a/Pear Admin v 2.0/view/console/console.html
+++ b/Pear Admin v 2.0/view/console/console.html
@@ -25,6 +25,8 @@
}
.top-panel-tips {
+ padding-left: 8px;
+ padding-top: 16px;
line-height: 30px;
font-size: 12px
}
@@ -38,8 +40,7 @@
width: 100%;
height: 160px;
background-color: whitesmoke;
- border-radius: 5px;
-
+ border-radius: 4px;
}
.card .header .avatar {
@@ -69,16 +70,11 @@
font-size: 13px;
color: gray;
position: absolute;
-
- }
-
- .list{
-
}
.list .list-item{
- height: 40px;
- line-height: 40px;
+ height: 34px;
+ line-height: 34px;
color: gray;
padding: 5px;
padding-left: 15px;
@@ -86,13 +82,21 @@
margin-top: 5.2px;
}
+ .custom-tab .layui-tab-title{
+ border-bottom-width: 0px;
+ border-bottom-style: none;
+ }
+ .custom-tab .layui-tab-title li{
+ margin-left: 10px;
+ }
+
.list .list-item:hover{
background-color: whitesmoke;
}
.list .list-item .title{
- font-size:14px;
+ font-size:13px;
width: 100%;
}
.list .list-item .footer{
@@ -100,23 +104,27 @@
right: 30px;
font-size: 12px;
}
+
+ .top-panel-tips i {
+
+ font-size: 33px;
+ }
+