mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-25 13:51:04 +00:00
style(ui): 调整表格高度和用户头像样式
统一将表格高度从500/600调整为450/540,优化视觉一致性 更新用户头像组件,添加在线状态指示器和显示名称
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user