mooho-base-admin-plus 0.4.82 → 0.4.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.html CHANGED
@@ -11,44 +11,6 @@
11
11
  <noscript>
12
12
  <strong>请开启 JavaScript 功能。</strong>
13
13
  </noscript>
14
- <!-- <div id="preloader" class="page-loader-wrapper">
15
- <div class="loader">
16
- <img class="zmdi-hc-spin" src="static/images/logo.svg" width="64" height="64" />
17
- </div>
18
- <style>
19
- /* 遮罩层 */
20
- .page-loader-wrapper {
21
- z-index: 99999999;
22
- position: fixed;
23
- top: 0;
24
- left: 0;
25
- bottom: 0;
26
- right: 0;
27
- width: 100%;
28
- height: 100%;
29
- overflow: hidden;
30
- text-align: center;
31
- opacity: 0.5;
32
- background: #000;
33
- /* display: none; */
34
- }
35
-
36
- .page-loader-wrapper .loader {
37
- position: relative;
38
- top: 40%;
39
- }
40
-
41
- .zmdi-hc-spin {
42
- -webkit-animation: zmdi-spin 1.5s infinite linear;
43
- animation: zmdi-spin 1.5s infinite linear;
44
- }
45
-
46
- .zmdi-hc-spin-reverse {
47
- -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
48
- animation: zmdi-spin-reverse 1.5s infinite linear;
49
- }
50
- </style>
51
- </div> -->
52
14
  <div id="app"></div>
53
15
  <script type="module" src="/test/main.js"></script>
54
16
  </body>