edit bug
parent
186db9d19e
commit
442c03d62f
|
|
@ -1,3 +1,9 @@
|
|||
html,
|
||||
body,
|
||||
.layui-layout {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.pear-admin .layui-header,
|
||||
.pear-admin .layui-body,
|
||||
.pear-admin .layui-logo,
|
||||
|
|
@ -182,6 +188,7 @@
|
|||
.collaspe {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.pear-collasped-pe {
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
|
@ -189,6 +196,7 @@
|
|||
.layui-layout-control {
|
||||
left: 45px !important;
|
||||
}
|
||||
|
||||
.layui-layout-left {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
|
|
|
|||
|
|
@ -68,7 +68,9 @@
|
|||
}
|
||||
|
||||
body {
|
||||
background-repeat:no-repeat;
|
||||
background-color: whitesmoke;
|
||||
background-size: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -457,6 +457,5 @@ layui.define(['table', 'jquery', 'element', 'yaml', 'form', 'tab', 'menu', 'fram
|
|||
res("返回值");
|
||||
});
|
||||
}
|
||||
|
||||
exports('admin', pearAdmin);
|
||||
})
|
||||
|
|
|
|||
|
|
@ -64,12 +64,15 @@
|
|||
<!-- 遮 盖 层 -->
|
||||
<div class="pear-cover"></div>
|
||||
<!-- 移 动 端 便 捷 操 作 -->
|
||||
<div class="pear-collasped-pe collaspe"><a href="#" class="layui-icon layui-icon-shrink-right"></a></div>
|
||||
<div class="pear-collasped-pe collaspe">
|
||||
<a href="#" class="layui-icon layui-icon-shrink-right"></a>
|
||||
</div>
|
||||
<!-- 加 载 动 画-->
|
||||
<div class="loader-main">
|
||||
<div class="loader"></div>
|
||||
</div>
|
||||
<!-- 依 赖 脚 本 -->
|
||||
|
||||
<script src="component/layui/layui.js"></script>
|
||||
<script src="component/pear/pear.js"></script>
|
||||
<!-- 框 架 初 始 化 -->
|
||||
|
|
|
|||
|
|
@ -60,10 +60,6 @@ layui.use(['echarts'], function() {
|
|||
},
|
||||
yAxis: {
|
||||
type: 'value',
|
||||
// max: max_value>=100? max_value + 100: max_value+10,
|
||||
// max: max_value > 100 ? max_value * 2 : max_value + 10,
|
||||
// interval: 10,
|
||||
// nameLocation: "center",
|
||||
axisLabel: {
|
||||
color: '#999',
|
||||
textStyle: {
|
||||
|
|
@ -89,12 +85,6 @@ layui.use(['echarts'], function() {
|
|||
smooth: true,
|
||||
data: [1800, 1000, 2000, 1000, 500, 100, 1200]
|
||||
},
|
||||
// {
|
||||
// name: '钱包笔数',
|
||||
// type: 'line',
|
||||
// smooth: true,
|
||||
// data: [13,54,34,344,35,53]
|
||||
// },
|
||||
{
|
||||
name: '本周',
|
||||
type: 'line',
|
||||
|
|
|
|||
Loading…
Reference in New Issue