index.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html>
  2. <html lang="en">
  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. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/>
  8. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  9. <link rel="stylesheet" href="//at.alicdn.com/t/font_2327510_7jj0x1gmztq.css"/>
  10. <meta http-equiv="Cache" content="no-cache">
  11. <meta http-equiv="Pragma" content="no-cache"/>
  12. <meta http-equiv="Expires" content="0"/>
  13. <title><%= htmlWebpackPlugin.options.title %></title>
  14. <script src="<%= BASE_URL %>systemConf.js"></script>
  15. </head>
  16. <body>
  17. <noscript>
  18. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  19. Please enable it to continue.</strong>
  20. </noscript>
  21. <div id="app"></div>
  22. <!-- built files will be auto injected -->
  23. </body>
  24. <style>
  25. html {
  26. height: 100%;
  27. }
  28. ::-webkit-scrollbar {
  29. width: 8px;
  30. height: 8px;
  31. }
  32. ::-webkit-scrollbar-thumb {
  33. height: 50px;
  34. outline-offset: -2px;
  35. outline: 2px solid #dddee0;
  36. border: 2px solid #dddee0;
  37. background-color: #dddee0;
  38. border-radius: 4px;
  39. }
  40. /*.el-menu-item.is-active {*/
  41. /* color: #FFFFFF;*/
  42. /* background-color: #36c6d3 !important;*/
  43. /*}*/
  44. </style>
  45. </html>