12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/>
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <link rel="stylesheet" href="//at.alicdn.com/t/font_2327510_7jj0x1gmztq.css"/>
- <meta http-equiv="Cache" content="no-cache">
- <meta http-equiv="Pragma" content="no-cache"/>
- <meta http-equiv="Expires" content="0"/>
- <title><%= htmlWebpackPlugin.options.title %></title>
- <script src="<%= BASE_URL %>systemConf.js"></script>
- </head>
- <body>
- <noscript>
- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
- Please enable it to continue.</strong>
- </noscript>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- <style>
- html {
- height: 100%;
- }
- ::-webkit-scrollbar {
- width: 8px;
- height: 8px;
- }
- ::-webkit-scrollbar-thumb {
- height: 50px;
- outline-offset: -2px;
- outline: 2px solid #dddee0;
- border: 2px solid #dddee0;
- background-color: #dddee0;
- border-radius: 4px;
- }
- /*.el-menu-item.is-active {*/
- /* color: #FFFFFF;*/
- /* background-color: #36c6d3 !important;*/
- /*}*/
- </style>
- </html>
|