管理员页面调整

This commit is contained in:
X1627315083
2024-04-22 13:15:18 +08:00
parent 4d514bde18
commit 2a5cde138e
6 changed files with 65 additions and 85 deletions

View File

@@ -16,7 +16,7 @@
</div>
</div>
<div class="admin_table_content" ref="historyTable">
<div class="allUser_table_content" ref="historyTable">
<a-table
:columns="columns"
:data-source="collectionList"
@@ -81,7 +81,7 @@ export default defineComponent({
title: 'Email',
align: "center",
ellipsis: true,
width: 70,
width: 100,
dataIndex: "email",
key: "email",
},
@@ -205,7 +205,7 @@ export default defineComponent({
},
mounted() {
let historyTable: any = this.$refs.historyTable;
this.historyTableHeight = historyTable.clientHeight - 130;
this.historyTableHeight = historyTable.clientHeight - 200;
this.gettrialList();
let userInfo:any = getCookie("userInfo")
this.userInfo = JSON.parse(userInfo);