Skip to content

Commit d14aa4c

Browse files
committed
优化
1 parent dd3ad21 commit d14aa4c

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/vue-cnode/
1+
/vue-cnode/
2+
npm-debug.log

index.html

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
<meta name="x5-page-mode" content="app">
2323
<title>vue-cnode</title>
2424
<style type="text/css">
25+
html {
26+
background: #333;
27+
}
28+
2529
.app-loading {
2630
position: fixed;
2731
top: 0;

src/less/common.less

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
初始化页面布局
55
*/
66

7-
html {
8-
background: #333;
9-
}
10-
117
#app {
128
overflow: hidden;
139
position: absolute;

src/template/index.html

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
<meta name="x5-page-mode" content="app">
2323
<title>vue-cnode</title>
2424
<style type="text/css">
25+
html {
26+
background: #333;
27+
}
28+
2529
.app-loading {
2630
position: fixed;
2731
top: 0;

0 commit comments

Comments
 (0)