添加图片

master
夜笙歌 3 years ago
parent 3399b9cb0f
commit 2b7e74ebf6

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

@ -17,7 +17,15 @@
<style>
.mid {
background: url(../../static/img/mid.png) no-repeat;
background-size: 100% 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#top-right {
position: absolute;
width: 23.8%;
@ -347,12 +355,12 @@
<div id="inner-bile-by-type"></div>
<div id="inner-bile-by-hour"></div>
<div class="mid"></div>
<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>
<script>
const vw = (document.documentElement.clientWidth || document.body.clientWidth) / 100
const planWorkOrderColumns = [
"序号", "型号","计划数量", "完成数量", "完成率", "时间",
]
@ -511,7 +519,6 @@
},
axisLabel: {
color: '#ffffff',
fontSize:0.6 * vw,
interval:0,
},
splitLine: {

Loading…
Cancel
Save