You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
2.1 KiB
62 lines
2.1 KiB
|
|
<link href="../3rd/AdminLTE/plugins/iCheck/flat/_all.css" rel="stylesheet" />
|
|
|
|
<style>
|
|
#listcbx label {
|
|
padding-left: 10px;
|
|
padding-right: 60px;
|
|
}
|
|
|
|
#dashtitle {
|
|
font-size: 30px;
|
|
color: #000000;
|
|
}
|
|
|
|
#rightsidebar {
|
|
position: fixed;
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
padding-top: 0px;
|
|
}
|
|
|
|
body::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
body{
|
|
background:url(../3rd/Images/Dash_bg.png) no-repeat;background-size:cover;
|
|
}
|
|
</style>
|
|
|
|
<section class="content" id="BeforeCapacity" style="padding:0 15px">
|
|
<div class="box-header with-border" style="position:relative;padding:0">
|
|
</div>
|
|
<div class="box-body" style="padding-bottom:0">
|
|
<div class="row">
|
|
<div class="box box-primary" style="margin-bottom:0;">
|
|
<div style="text-align:center;color:#FFFCFF;font-size: 30px;">
|
|
每日各站点产量-前道
|
|
</div>
|
|
<div id='time' style="width:90%;text-align:right;color:#FFFCFF;font-size:18px;">
|
|
######
|
|
</div>
|
|
<div id="before" style="width:100%;">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- /.control-sidebar -->
|
|
<!-- Add the sidebar's background. This div must be placed
|
|
immediately after the control sidebar -->
|
|
<div class="control-sidebar-bg"></div>
|
|
</section>
|
|
<script src="../3rd/node_modules/vue/dist/vue.min.js"></script>
|
|
<script src="../3rd/underscore/underscore-min.js"></script>
|
|
<!--<script src="../3rd/AdminLTE/bower_components/select2/dist/js/select2.min.js"></script>
|
|
<script src="../3rd/blockui-master/jquery.blockUI.js"></script>-->
|
|
<script src="../3rd/Highcharts/highcharts.js"></script>
|
|
<script src="../3rd/Content/jquery-easyui-1.5.4.2/jquery.min.js"></script>
|
|
<script src="../3rd/Content/Echarts/echarts.min.js"></script>
|
|
<script src="../3rd/Content/Echarts/theme/dark.js"></script>
|
|
<script src="../3rd/Highcharts/no-data-to-display.js"></script>
|
|
<script src="../3rd/Highcharts/exporting.js"></script>
|
|
<script src="../Scripts/Report/BeforeCapacity/BeforeCapacity.js"></script>
|