File tree 4 files changed +13
-13
lines changed 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zy" ,
3
- "version" : " 0.7.16 " ,
3
+ "version" : " 0.7.17 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"serve" : " vue-cli-service serve" ,
Original file line number Diff line number Diff line change 10
10
<el-table-column prop =" name" label =" 影片名称" ></el-table-column >
11
11
<el-table-column prop =" type" label =" 影片类别" width =" 120" ></el-table-column >
12
12
<el-table-column prop =" time" label =" 更新时间" width =" 180" ></el-table-column >
13
- <el-table-column label =" 操作" width =" 130 " >
13
+ <el-table-column label =" 操作" width =" 120 " >
14
14
<template slot-scope="scope">
15
- <el-button type =" text" @click =" tableBtnClick('detail', scope.row)" >详情</el-button >
16
- <el-button type =" text" @click =" tableBtnClick('star', scope.row)" >收藏</el-button >
17
- <el-button type =" text" @click =" tableBtnClick('play', scope.row)" >播放</el-button >
15
+ <el-button size = " small " type =" text" @click =" tableBtnClick('detail', scope.row)" >详情</el-button >
16
+ <el-button size = " small " type =" text" @click =" tableBtnClick('star', scope.row)" >收藏</el-button >
17
+ <el-button size = " small " type =" text" @click =" tableBtnClick('play', scope.row)" >播放</el-button >
18
18
</template >
19
19
</el-table-column >
20
20
</el-table >
Original file line number Diff line number Diff line change 13
13
<el-table-column prop =" name" label =" 影片名称" ></el-table-column >
14
14
<el-table-column prop =" type" label =" 影片类别" width =" 120" ></el-table-column >
15
15
<el-table-column prop =" time" label =" 更新时间" width =" 180" ></el-table-column >
16
- <el-table-column label =" 操作" width =" 130 " >
16
+ <el-table-column label =" 操作" width =" 120 " >
17
17
<template slot-scope="scope">
18
- <el-button type =" text" @click =" tableBtnClick('detail', scope.row)" >详情</el-button >
19
- <el-button type =" text" @click =" tableBtnClick('star', scope.row)" >收藏</el-button >
20
- <el-button type =" text" @click =" tableBtnClick('play', scope.row)" >播放</el-button >
18
+ <el-button size = " small " type =" text" @click =" tableBtnClick('detail', scope.row)" >详情</el-button >
19
+ <el-button size = " small " type =" text" @click =" tableBtnClick('star', scope.row)" >收藏</el-button >
20
+ <el-button size = " small " type =" text" @click =" tableBtnClick('play', scope.row)" >播放</el-button >
21
21
</template >
22
22
</el-table-column >
23
23
</el-table >
Original file line number Diff line number Diff line change 5
5
<el-table-column prop =" name" label =" 影片名称" ></el-table-column >
6
6
<el-table-column prop =" type" label =" 影片类别" width =" 120" ></el-table-column >
7
7
<el-table-column prop =" time" label =" 更新时间" width =" 180" ></el-table-column >
8
- <el-table-column label =" 操作" width =" 130 " >
8
+ <el-table-column label =" 操作" width =" 120 " >
9
9
<template slot-scope="scope">
10
- <el-button type =" text" @click =" tableBtnClick('detail', scope.row)" >详情</el-button >
11
- <el-button type =" text" @click =" tableBtnClick('delete', scope.row)" >删除</el-button >
12
- <el-button type =" text" @click =" tableBtnClick('play', scope.row)" >播放</el-button >
10
+ <el-button size = " small " type =" text" @click =" tableBtnClick('detail', scope.row)" >详情</el-button >
11
+ <el-button size = " small " type =" text" @click =" tableBtnClick('delete', scope.row)" >删除</el-button >
12
+ <el-button size = " small " type =" text" @click =" tableBtnClick('play', scope.row)" >播放</el-button >
13
13
</template >
14
14
</el-table-column >
15
15
</el-table >
You can’t perform that action at this time.
0 commit comments