index.html 1018 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6. <meta
  7. name="viewport"
  8. content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
  9. />
  10. <link rel="icon" href="<%= BASE_URL %>shop.ico" />
  11. <title><%= webpackConfig.name %></title>
  12. <style>
  13. .el-popup-parent--hidden {
  14. padding-right: 0px !important;
  15. }
  16. .el-tooltip__popper {
  17. max-width: 600px !important;
  18. }
  19. .el-image-viewer__canvas {
  20. height: 1192px;
  21. }
  22. .el-image-viewer__canvas img{
  23. width: auto !important;
  24. height: auto !important;
  25. }
  26. </style>
  27. </head>
  28. <body>
  29. <noscript>
  30. <strong
  31. >We're sorry but <%= webpackConfig.name %> doesn't work properly without
  32. JavaScript enabled. Please enable it to continue.</strong
  33. >
  34. </noscript>
  35. <div id="app"></div>
  36. <!-- built files will be auto injected -->
  37. </body>
  38. </html>