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.

index.html 497B

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <!-- <link rel="icon" href="/favicon.ico" /> -->
  6. <link rel="icon" href="/logo.png" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  8. <title>后台管理系统</title>
  9. <style>
  10. /* 预留出滚动条 */
  11. .el-image-viewer__wrapper {
  12. right: 15px !important;
  13. }
  14. </style>
  15. </head>
  16. <body>
  17. <div id="app"></div>
  18. <script type="module" src="./src/main.ts"></script>
  19. </body>
  20. </html>