style: 修改样式

This commit is contained in:
JaguarJack 2023-02-16 14:03:29 +08:00
parent 3459d5e8e9
commit c5b0d950bd

View File

@ -7,7 +7,7 @@
</el-form-item>
</template>
</Search>
<div class="pl-2 pr-2 bg-white dark:bg-regal-dark rounded-lg mt-4 pb-10">
<div class="table-default">
<Operate :show="open" />
<el-table :data="tableData" class="mt-3" v-loading="loading" row-key="id" default-expand-all :tree-props="{ children: 'children' }">
<el-table-column prop="permission_name" label="菜单名称" />