From 854a8f68723e4d633a0716344db94c3e32f2a8ee Mon Sep 17 00:00:00 2001 From: hechang27-sprt Date: Thu, 26 Mar 2026 16:01:09 +0800 Subject: [PATCH] fix: render mini table cells faithfully with same components as real table - MiniCellRenderer now mirrors the real cellRenderer logic (slots, TzDateTime, dicts) - Removed useless hard-coded nth-child flex selectors - Each mini-cell now uses inline styles via getMiniCellStyle() to match real column widths - Update DEV_MODE_TS timestamp Co-Authored-By: Claude Opus 4.6 --- packages/base/data/list-table-v2.vue | 81 +++++++++++++++++++++------- packages/manage/router/index.vue | 2 +- 2 files changed, 62 insertions(+), 21 deletions(-) diff --git a/packages/base/data/list-table-v2.vue b/packages/base/data/list-table-v2.vue index d33caac..d29b37e 100644 --- a/packages/base/data/list-table-v2.vue +++ b/packages/base/data/list-table-v2.vue @@ -1,13 +1,17 @@