mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-04-26 04:54:28 +08:00
refactor: user login log list for admin is ready
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user