feat(level-up-record): update column width

This commit is contained in:
woody 2025-04-21 14:55:38 +08:00
parent d36bd47880
commit e0802fdef1
1 changed files with 4 additions and 4 deletions

View File

@ -91,13 +91,13 @@
<el-table-column
align="center"
prop="upgradeTime"
width="150"
width="auto"
label="升级时间"
/>
<el-table-column
align="center"
prop="gradeNameOld"
width="150"
width="120"
label="旧等级"
>
<template slot-scope="scope">
@ -107,13 +107,13 @@
<el-table-column
align="center"
prop="gradeNameNew"
width="auto"
width="120"
label="新等级"
/>
<el-table-column
align="center"
prop="upType"
width="auto"
width="120"
label="升级方式"
:formatter="upTypeFormatter"
/>