File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 46
46
</ style >
47
47
< body >
48
48
< 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 >
50
50
<!-- built files will be auto injected -->
51
51
< div class ="ajax-loading " id ="ajaxLoading " style ="display: none; ">
52
52
< div class ="overlay "> </ div >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" index-wrap" >
3
+ <img src =" ../../../static/vue-index.png" style =" width :100% ;height :100% ;" >
3
4
<div class =" title" >
4
5
<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 >
7
8
</div >
8
9
</div >
9
10
</template >
@@ -17,6 +18,7 @@ export default {
17
18
data () {
18
19
return {
19
20
config: {
21
+ color: ' 255,25,0' ,
20
22
count: 99
21
23
}
22
24
}
You can’t perform that action at this time.
0 commit comments