Merge remote-tracking branch 'gitee/master'
commit
ba92d8956e
@ -0,0 +1,47 @@
|
||||
body {
|
||||
height: auto;
|
||||
width: auto;
|
||||
background: url(../../img/board/month/backgroundImg.jpg) no-repeat center fixed;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: 100% 100%;
|
||||
color: rgba(255, 255, 255, .95);
|
||||
font: normal 100% Arial, sans-serif;
|
||||
}
|
||||
|
||||
.manpowerAttendance{
|
||||
position: absolute;
|
||||
width: 25%;
|
||||
height: 35%;
|
||||
top: 15%;
|
||||
left: 71.5%;
|
||||
}
|
||||
.IQC{
|
||||
position: absolute;
|
||||
width: 40%;
|
||||
height: 35%;
|
||||
top: 15%;
|
||||
left: 30%;
|
||||
}
|
||||
.productionEfficiency{
|
||||
position: absolute;
|
||||
width: 25%;
|
||||
height: 35%;
|
||||
top: 60%;
|
||||
left: 3%;
|
||||
}
|
||||
.equipmentPower{
|
||||
position: absolute;
|
||||
width: 39%;
|
||||
height: 34%;
|
||||
top: 60%;
|
||||
left: 30.5%;
|
||||
}
|
||||
.topLeft{
|
||||
position: absolute;
|
||||
width: 25%;
|
||||
height: 34%;
|
||||
top: 15.5%;
|
||||
left: 3.5%;
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.0 MiB |
@ -0,0 +1,55 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh" xmlns:th="http://www.thymeleaf.org">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no"
|
||||
name="viewport">
|
||||
<title>箱壳成型数据监控平台</title>
|
||||
<meta content="箱壳成型数据监控平台" name="description">
|
||||
<link href="../../static/css/board/month.css" rel="stylesheet" th:href="@{/css/board/month.css}"/>
|
||||
<link href="../../static/css/materialdesignicons.min.css" rel="stylesheet"
|
||||
th:href="@{/css/materialdesignicons.min.css}"/>
|
||||
<link href="../../static/css/autoscroll-table.css" rel="stylesheet" th:href="@{/css/autoscroll-table.css}">
|
||||
<!-- 360浏览器急速模式 -->
|
||||
<meta content="webkit" name="renderer">
|
||||
<!-- 避免IE使用兼容模式 -->
|
||||
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
||||
<script src="../../static/js/jquery.min.js" th:src="@{/js/jquery.min.js}"></script>
|
||||
<th:block th:include="include :: footer"/>
|
||||
<th:block th:include="include :: echarts-js"/>
|
||||
<script src="../../static/js/date-time-common.js" th:src="@{/js/date-time-common.js}"></script>
|
||||
<script src="../../static/js/autoscroll-table.js" th:src="@{/js/autoscroll-table.js}"></script>
|
||||
<script src="../../static/js/echartsCommon.js" th:src="@{/js/echartsCommon.js}"></script>
|
||||
<script src="../../static/js/update-split-blocks.js" th:src="@{/js/update-split-blocks.js}"></script>
|
||||
<script src="../../static/js/auto-update.js" th:src="@{/js/auto-update.js}"></script>
|
||||
<script src="../../static/js/data-merger.js" th:src="@{/js/data-merger.js}"></script>
|
||||
|
||||
</head>
|
||||
<body style="display:flex;">
|
||||
<div id="safe"></div>
|
||||
<div id="Tips"></div>
|
||||
<div id="total"></div>
|
||||
<div id="importData"></div>
|
||||
<div id="top3Data"></div>
|
||||
|
||||
<!--每日人力出勤-->
|
||||
<div class="manpowerAttendance" id="manpowerAttendance"></div>
|
||||
|
||||
<!--IQC-->
|
||||
<div class="IQC" id="IQC"></div>
|
||||
|
||||
<!--生产效率-->
|
||||
<div class="productionEfficiency" id="productionEfficiency"></div>
|
||||
|
||||
|
||||
<!--设备功率-->
|
||||
<div class="equipmentPower" id="equipmentPower"></div>
|
||||
|
||||
<!--设备功率-->
|
||||
<div class="topLeft" id="topLeft"></div>
|
||||
|
||||
</body>
|
||||
<script src="../../static/js/board/month.js" th:src="@{/js/board/month.js}"></script>
|
||||
<script>
|
||||
</script>
|
||||
</html>
|
||||
Loading…
Reference in New Issue