Skip to content

Commit f01d39c

Browse files
committed
update:background-color
1 parent 5980527 commit f01d39c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

templates/admin.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
.el-menu-demo {
1919
text-align: center;
2020
}
21+
22+
body {
23+
background: #f5f5f5;
24+
}
2125
</style>
2226
</head>
2327
<body>

templates/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@
1212
<meta name="keywords" content="{{keywords}}"/>
1313
<meta name="generator" content="FileCodeBox"/>
1414
<meta name="template" content="Lan-V1.5.8"/>
15+
<meta name="description" content="{{description}}"/>
16+
<meta name="keywords" content="{{keywords}}"/>
17+
<meta name="generator" content="FileCodeBox"/>
18+
<meta name="template" content="Lan-V1.5.8"/>
1519
<style>
20+
body {
21+
background: #f5f5f5;
22+
}
23+
1624
.qu .el-button {
1725
width: 100px;
1826
height: 100px;

0 commit comments

Comments
 (0)