refactor: user login log list for admin is ready

This commit is contained in:
RockYang
2023-06-21 06:53:41 +08:00
parent feff1684c4
commit 0e6606e469
9 changed files with 170 additions and 26 deletions

View File

@@ -1,11 +1,11 @@
<template>
<div class="list" v-loading="loading">
<el-row class="opt-box">
<el-button type="primary" @click="add">
<el-button type="primary" @click="add" size="small">
<el-icon>
<Plus/>
</el-icon>
新增角色
新增
</el-button>
</el-row>
@@ -150,6 +150,8 @@ const remove = function (row) {
.opt-box {
padding-bottom: 10px;
display flex;
justify-content end
.el-icon {
margin-right: 5px;