File tree Expand file tree Collapse file tree 3 files changed +21
-6
lines changed Expand file tree Collapse file tree 3 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<div class =" main-banner" >
5
5
<div class =" main-banner-title" >
6
- vue-easytable
6
+ <span >vue-easytable</span >
7
+ <span class =" main-banner-title-items" >
8
+ <a class =" main-banner-title-item" href =" https://github.com/huangshuwei/vue-easytable" >github</a >
9
+ <a class =" main-banner-title-item" href =" https://github.com/huangshuwei/vue-easytable/releases" >更新日志</a >
10
+ </span >
7
11
</div >
8
12
</div >
9
13
Original file line number Diff line number Diff line change @@ -35,6 +35,22 @@ body, html {
35
35
/* background-color: lightblue;*/
36
36
}
37
37
38
+ .main-banner-title-items {
39
+
40
+ margin-left : 145px ;
41
+ font-weight : normal;
42
+ font-size : 14px ;
43
+ }
44
+
45
+ .main-banner-title-item {
46
+ padding-left : 30px ;
47
+ }
48
+
49
+ .main-banner-title-item : hover {
50
+ font-weight : bold;
51
+
52
+ }
53
+
38
54
.main-wrapper {
39
55
position : relative;
40
56
border-radius : 6px ;
Original file line number Diff line number Diff line change @@ -31,12 +31,7 @@ Vue.component(VPagination.name, VPagination)
31
31
### 效果展示
32
32
![ vue-easytable] ( ../images/vue-easytable.gif )
33
33
34
- ### github地址
35
34
36
- [ https://github.com/huangshuwei/vue-easytable ] ( https://github.com/huangshuwei/vue-easytable )
37
-
38
- ### 更新日志
39
- [ https://github.com/huangshuwei/vue-easytable/releases ] ( https://github.com/huangshuwei/vue-easytable/releases )
40
35
41
36
42
37
You can’t perform that action at this time.
0 commit comments