We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3ad21 commit d14aa4cCopy full SHA for d14aa4c
.gitignore
@@ -1 +1,2 @@
1
-/vue-cnode/
+/vue-cnode/
2
+npm-debug.log
index.html
@@ -22,6 +22,10 @@
22
<meta name="x5-page-mode" content="app">
23
<title>vue-cnode</title>
24
<style type="text/css">
25
+ html {
26
+ background: #333;
27
+ }
28
+
29
.app-loading {
30
position: fixed;
31
top: 0;
src/less/common.less
@@ -4,10 +4,6 @@
4
初始化页面布局
5
*/
6
7
-html {
8
- background: #333;
9
-}
10
-
11
#app {
12
overflow: hidden;
13
position: absolute;
src/template/index.html
0 commit comments