mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-26 22:31:21 +00:00
style(ui): 调整表格高度和用户头像样式
统一将表格高度从500/600调整为450/540,优化视觉一致性 更新用户头像组件,添加在线状态指示器和显示名称
This commit is contained in:
@@ -212,8 +212,8 @@
|
||||
:data="pageTableData"
|
||||
highlight-current-row
|
||||
class="data-table__content"
|
||||
height="500"
|
||||
max-height="500"
|
||||
height="450"
|
||||
max-height="450"
|
||||
border
|
||||
stripe
|
||||
@selection-change="handleSelectionChange"
|
||||
|
||||
Reference in New Issue
Block a user