File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 145
145
}
146
146
147
147
/* * 表格更多操作下拉样式 */
148
- .el-table .el-dropdown-link {
148
+ .el-table .el-dropdown-link , .el-table .el-dropdown-selfdefine {
149
149
cursor : pointer ;
150
- color : #409EFF ;
151
150
margin-left : 5px ;
152
151
}
153
152
Original file line number Diff line number Diff line change 62
62
v-hasPermi =" ['infra:job:delete']" >删除</el-button >
63
63
<el-dropdown size =" mini" @command =" (command) => handleCommand(command, scope.row)"
64
64
v-hasPermi =" ['infra:job:trigger', 'infra:job:query']" >
65
- <span class =" el-dropdown-link" >
66
- <i class =" el-icon-d-arrow-right el-icon--right" ></i >更多
67
- </span >
65
+ <el-button size =" mini" type =" text" icon =" el-icon-d-arrow-right" >更多</el-button >
68
66
<el-dropdown-menu slot =" dropdown" >
69
67
<el-dropdown-item command =" handleRun" icon =" el-icon-caret-right"
70
68
v-hasPermi =" ['infra:job:trigger']" >执行一次</el-dropdown-item >
Original file line number Diff line number Diff line change 79
79
v-hasPermi =" ['system:user:update']" >修改</el-button >
80
80
<el-dropdown @command =" (command) => handleCommand(command, scope.$index, scope.row)"
81
81
v-hasPermi =" ['system:user:delete', 'system:user:update-password', 'system:permission:assign-user-role']" >
82
- <span class =" el-dropdown-link" >
83
- <i class =" el-icon-d-arrow-right el-icon--right" ></i >更多
84
- </span >
82
+ <el-button size =" mini" type =" text" icon =" el-icon-d-arrow-right" >更多</el-button >
85
83
<el-dropdown-menu slot =" dropdown" >
86
84
<el-dropdown-item command =" handleDelete" v-if =" scope.row.id !== 1" size =" mini" type =" text" icon =" el-icon-delete"
87
85
v-hasPermi =" ['system:user:delete']" >删除</el-dropdown-item >
You can’t perform that action at this time.
0 commit comments