去除表格高度限制
This commit is contained in:
parent
3cdfc0d11e
commit
2084fdc859
@ -13,7 +13,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="table-container">
|
||||
<el-table :data="systemConfigData" v-loading="loading" stripe height="715">
|
||||
<el-table :data="systemConfigData" v-loading="loading" stripe>
|
||||
<el-table-column type="expand">
|
||||
<template #default="scope">
|
||||
<pre style="margin:0 10px;">{{ JSON.stringify(scope.row.value, null, ' ') }}</pre>
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="table-container">
|
||||
<el-table :data="systemRoleData" v-loading="loading" stripe height="715">
|
||||
<el-table :data="systemRoleData" v-loading="loading" stripe>
|
||||
<el-table-column prop="name" label="角色名称" />
|
||||
<el-table-column prop="methods" label="允许的请求类型" >
|
||||
<template #default="scope">
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="table-container">
|
||||
<el-table :data="systemUserData" v-loading="loading" stripe height="715">
|
||||
<el-table :data="systemUserData" v-loading="loading" stripe>
|
||||
<el-table-column prop="username" label="用户名" />
|
||||
<el-table-column prop="realname" label="昵称" />
|
||||
<el-table-column prop="created_at" label="创建时间" >
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user