fix: 表格样式统一修改。

This commit is contained in:
tianyongbao
2024-04-29 15:06:24 +08:00
parent 2cd88f1f42
commit 39d430fc57
38 changed files with 1832 additions and 2304 deletions

View File

@@ -26,7 +26,7 @@
</div>
</div>
<div class="content-con" v-loading="loading">
<el-table v-loading="loading" :data="userList" @selection-change="handleSelectionChange" stripe height="calc(100% - 0.64rem)">
<el-table v-loading="loading" :data="userList" @selection-change="handleSelectionChange" stripe height="calc(100% - 0.62rem)">
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="用户名称" prop="userName" :show-overflow-tooltip="true" />
<el-table-column label="用户昵称" prop="nickName" :show-overflow-tooltip="true" />