Skip to content

Commit 57a3412

Browse files
author
黄书伟
committed
update doc
1 parent e1dcd21 commit 57a3412

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

examples/comp/App.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
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

examples/css/index.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

examples/doc/strart.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)