Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f0baa0d

Browse filesBrowse files
committed
修改广告
1 parent 48bb355 commit f0baa0d
Copy full SHA for f0baa0d

File tree

Expand file treeCollapse file tree

2 files changed

+4
-8
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-8
lines changed

‎src/pages/adManage/ad.vue

Copy file name to clipboardExpand all lines: src/pages/adManage/ad.vue
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,8 @@
5454
label="操作"
5555
fixed="right">
5656
<template slot-scope="scope">
57-
<el-button size="small" @click.native="handleForm(scope.$index, scope.row)">编辑</el-button>
58-
<el-button type="danger" size="small" @click.native="handleDel(scope.$index, scope.row)"
59-
style="margin-left: 0;">删除
60-
</el-button>
57+
<el-button type="text" size="small" @click.native="handleForm(scope.$index, scope.row)">编辑</el-button>
58+
<el-button type="text" size="small" @click.native="handleDel(scope.$index, scope.row)">删除</el-button>
6159
</template>
6260
</el-table-column>
6361
</el-table>

‎src/pages/adManage/adSite.vue

Copy file name to clipboardExpand all lines: src/pages/adManage/adSite.vue
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,8 @@
4343
label="操作"
4444
fixed="right">
4545
<template slot-scope="scope">
46-
<el-button size="small" @click.native="handleForm(scope.$index, scope.row)">编辑</el-button>
47-
<el-button type="danger" size="small" @click.native="handleDel(scope.$index, scope.row)"
48-
style="margin-left: 0;">删除
49-
</el-button>
46+
<el-button type="text" size="small" @click.native="handleForm(scope.$index, scope.row)">编辑</el-button>
47+
<el-button type="text" size="small" @click.native="handleDel(scope.$index, scope.row)">删除</el-button>
5048
</template>
5149
</el-table-column>
5250
</el-table>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.