用户列表

This commit is contained in:
仲么了
2024-01-19 15:24:21 +08:00
parent 489d4e2e53
commit f8d9dd4183
6 changed files with 199 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="default-main" style="display: flex" :style="{ height: height }">
<div style="width: calc(100% - 280px)">
<div class="menu-index-header">
<div class="custom-table-header">
<div style="flex: 1; font-weight: 700">角色列表</div>
<el-button :icon="Plus" type="primary" @click="addRole" class="ml10">新增</el-button>
</div>
@@ -141,10 +141,3 @@ const addRole = () => {
popupRef.value.open('新增角色')
}
</script>
<style lang="scss">
.menu-index-header {
display: flex;
padding: 13px 15px;
align-items: center;
}
</style>