mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 23:11:24 +08:00
Optimized the authority management form
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
body {
|
||||
color: var(--font-main-color);
|
||||
user-select: none;
|
||||
min-width: 1100px;
|
||||
min-height: 400px;
|
||||
}
|
||||
|
||||
.fill {
|
||||
|
||||
@@ -6,8 +6,7 @@
|
||||
style="margin-top: 10px"
|
||||
>
|
||||
<el-table-column type="selection" />
|
||||
<el-table-column type="index" label="序号" />
|
||||
<el-table-column prop="name" label="名称" />
|
||||
<el-table-column prop="name" label="名称" min-width="20" />
|
||||
<el-table-column v-if="customColumnLabel_1" :label="customColumnLabel_1">
|
||||
<template #default="scope">
|
||||
<el-tag
|
||||
@@ -32,7 +31,7 @@
|
||||
}}</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作">
|
||||
<el-table-column label="操作" width="150" align="center">
|
||||
<template #default="scope">
|
||||
<el-button size="small" @click="$emit('onEdit', scope.$index, scope.row)"
|
||||
>编辑
|
||||
|
||||
@@ -207,8 +207,6 @@ export default {
|
||||
|
||||
<style scoped>
|
||||
.background {
|
||||
width: 100vw;
|
||||
min-width: 900px;
|
||||
height: 100vh;
|
||||
min-height: 500px;
|
||||
background: var(--background-color);
|
||||
|
||||
Reference in New Issue
Block a user