style(ui): 调整表格高度和用户头像样式

统一将表格高度从500/600调整为450/540,优化视觉一致性
更新用户头像组件,添加在线状态指示器和显示名称
This commit is contained in:
zhangtao
2026-01-06 23:10:03 +08:00
parent ca49902990
commit ccb7bebc3d
14 changed files with 54 additions and 33 deletions
@@ -167,8 +167,8 @@
:data="pageTableData"
class="data-table__content"
highlight-current-row
height="500"
max-height="500"
height="450"
max-height="450"
border
stripe
@selection-change="handleSelectionChange"