This commit is contained in:
2025-06-13 10:47:15 +08:00
parent 7208fa27bd
commit 71c2fe9a19
2 changed files with 6 additions and 6 deletions

View File

@@ -23,10 +23,10 @@
header-cell-class-name="table-header"
empty-text="New messages (0)"
>
<el-table-column label="Base Information">
<el-table-column width="300" label="Base Information">
<template slot-scope="scope">
<p class="tab_tie_col">
<span>Realname: </span><b style="font-size: 15px">{{ scope.row.realname }}</b>
<span>Realname: </span><b style="font-size: 14px">{{ scope.row.realname }}</b>
</p>
<p class="tab_tie_col"><span>Account: </span>{{ scope.row.account }}</p>
<p class="tab_tie_col"><span>Email: </span>{{ scope.row.email }}</p>
@@ -48,7 +48,7 @@
<!-- <font style="margin-left: 5px">(Reviewing:{{ scope.row.now }})</font> -->
</template>
</el-table-column>
<el-table-column prop="rs_num" label="Reviewed Times" width="140">
<el-table-column prop="rs_num" label="Reviewed Times" width="160">
<template slot-scope="scope">
Total: {{ scope.row.rs_num }}
<br />

View File

@@ -74,10 +74,10 @@
header-cell-class-name="table-header"
empty-text="New messages (0)"
>
<el-table-column label="Base Information">
<el-table-column width="300" label="Base Information">
<template slot-scope="scope">
<p class="tab_tie_col">
<span>Realname: </span><b style="font-size: 15px">{{ scope.row.realname }}</b>
<span>Realname: </span><b style="font-size: 14px">{{ scope.row.realname }}</b>
</p>
<p class="tab_tie_col"><span>Account: </span>{{ scope.row.account }}</p>
<p class="tab_tie_col"><span>Email: </span>{{ scope.row.email }}</p>
@@ -90,7 +90,7 @@
<p class="tab_tie_col" v-if="scope.row.majorstr != ''"><span>Major: </span>{{ scope.row.majorstr }}</p>
</template>
</el-table-column>
<el-table-column prop="rs_num" label="Reviewed Times" width="140">
<el-table-column prop="rs_num" label="Reviewed Times" width="160">
<template slot-scope="scope">
{{ scope.row.rs_num }}
<font style="margin-left: 5px">(Reviewing:{{ scope.row.now }})</font>