ckt的看板部分
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.

39 lines
1.8 KiB

5 years ago
4 years ago
5 years ago
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <link crossorigin="anonymous"
  9. integrity="sha512-c42qTSw/wPZ3/5LBzD+Bw5f7bSF2oxou6wEb+I/lqeaKV5FDIfMvvRp772y4jcJLKuGUOpbJMdg/BTl50fJYAw=="
  10. href="https://lib.baomitu.com/animate.css/4.1.1/animate.min.css" rel="stylesheet">
  11. <title>看板</title>
  12. <script type="text/javascript" src="jquery/jquery-2.1.4.js"></script>
  13. <!-- <script type="text/javascript" src="echarts2/echarts.js"></script>-->
  14. <script type="text/javascript" src="echarts/echarts.min.js"></script>
  15. <script type="text/javascript" src="bootstrap-3.3.7/js/bootstrap.js"></script>
  16. <script type="text/javascript" src="bootstrap-3.3.7/js/bootstrap-table.js"></script>
  17. <script type="text/javascript" src="export/bootstrap-table-export.js"></script>
  18. <script type="text/javascript" src="export/FileSaver.min.js"></script>
  19. <script type="text/javascript" src="export/tableExport.js"></script>
  20. <script type="text/javascript" src="export/xlsx.core.min.js"></script>
  21. <style type="text/css">
  22. html, body {
  23. height: 95%;
  24. }
  25. </style>
  26. </head>
  27. <body>
  28. <img src="/img/checkpoint-logo.png" style="width: 250px;z-index:0;position:fixed;left:0;top:0"/>
  29. <img class="opacity2" src="/img/factory.jpg" width="100%" height="100%"
  30. style="z-index:-100;position:fixed;left:0;top:0"/>
  31. <noscript>
  32. <strong>We're sorry but doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  33. </noscript>
  34. <div id="app"></div>
  35. <!-- built files will be auto injected -->
  36. </body>
  37. </html>