Skip to content

Commit d3087cc

Browse files
author
redell
committed
修改首页样式
1 parent fea4850 commit d3087cc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</style>
4747
<body>
4848
<div id="app"></div>
49-
<div id="CanvasNest" style="position:absolute;height:100%;width:100%;z-index:0;top:100px;left:17%;display:block;"></div>
49+
<div id="CanvasNest" style="position:absolute;height:calc(100% - 100px);width:83%;z-index:0;top:100px;left:17%;display:block;overflow: hidden;"></div>
5050
<!-- built files will be auto injected -->
5151
<div class="ajax-loading" id="ajaxLoading" style="display: none;">
5252
<div class="overlay"></div>

src/pages/home/Index.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<template>
22
<div class="index-wrap">
3+
<img src="../../../static/vue-index.png" style="width:100%;height:100%;">
34
<div class="title">
45
<p>欢迎使用Vue-antd管理系统</p>
5-
<p style="font-size: 30px; color:#f3b7b7;">Author: redell</p>
6-
<p style="font-size: 30px;"><a style="color:#f3b7b7;" href="https://github.com/GongJS/vue-antd-management">Github: GongJS</a></p>
6+
<p style="font-size: 30px; color:#a95d5d;">Author: redell</p>
7+
<p style="font-size: 30px;"><a style="color:#a95d5d;" href="https://github.com/GongJS/vue-antd-management">Github: GongJS</a></p>
78
</div>
89
</div>
910
</template>
@@ -17,6 +18,7 @@ export default {
1718
data () {
1819
return {
1920
config: {
21+
color: '255,25,0',
2022
count: 99
2123
}
2224
}

static/vue-index.png

221 KB
Loading

0 commit comments

Comments
 (0)