fix: 优化云端变量记录页面样式,对齐其他表格页面

- 移除ID列的font-mono text-xs样式,改用与其他页面一致的truncate样式
- 移除toolbar顶部多余的批量删除按钮,只保留BulkActions组件内的
- 搜索框和日期选择器尺寸对齐其他页面(h-8)
- 日期格式化对齐其他页面(zh-CN格式)
- 动态字段值显示改用truncate+title,替代pre标签
- 移除raw_data调试字段和诊断卡片
This commit is contained in:
2026-05-08 09:31:47 +08:00
parent 375fd46224
commit 29fb448d04
2 changed files with 17 additions and 59 deletions
-1
View File
@@ -755,7 +755,6 @@ func handleGetCloudVariableRecords(c *gin.Context) {
record := gin.H{
"id": r.ID,
"data": parsedData,
"raw_data": r.Data,
"created_at": r.CreatedAt,
}
if r.AppUserID != nil {