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 33
44 <div class =" main-banner" >
55 <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 >
711 </div >
812 </div >
913
Original file line number Diff line number Diff line change @@ -35,6 +35,22 @@ body, html {
3535/* background-color: lightblue;*/
3636}
3737
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+
3854.main-wrapper {
3955 position : relative;
4056 border-radius : 6px ;
Original file line number Diff line number Diff line change @@ -31,12 +31,7 @@ Vue.component(VPagination.name, VPagination)
3131### 效果展示
3232![ vue-easytable] ( ../images/vue-easytable.gif )
3333
34- ### github地址
3534
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 )
4035
4136
4237
You can’t perform that action at this time.
0 commit comments