From 5d9592e12da4e0923e6e46714edd395185257487 Mon Sep 17 00:00:00 2001 From: xlsea Date: Wed, 21 May 2025 09:11:29 +0800 Subject: [PATCH 1/7] =?UTF-8?q?docs:=20=E6=96=B0=E5=A2=9E=E8=B5=9E?= =?UTF-8?q?=E5=8A=A9=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 19c8705c..4e916e97 100644 --- a/README.md +++ b/README.md @@ -405,3 +405,8 @@ console.log(t('common.confirm')); 沙海 20元 + +
+ + xxl 50元 +
From 6bae05688eacc9f55b5d1ba5f35b679a51778488 Mon Sep 17 00:00:00 2001 From: xlsea Date: Wed, 21 May 2025 11:01:40 +0800 Subject: [PATCH 2/7] =?UTF-8?q?docs:=20=E6=96=B0=E5=A2=9E=E8=B5=9E?= =?UTF-8?q?=E5=8A=A9=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4e916e97..9b669db4 100644 --- a/README.md +++ b/README.md @@ -410,3 +410,8 @@ console.log(t('common.confirm')); xxl 50元 + +
+ + 莫离支🤴 10元 +
From 8c2a0b5886edfcbc6bc1a670bbdf31e501126d68 Mon Sep 17 00:00:00 2001 From: AN <1983933789@qq.com> Date: Wed, 21 May 2025 22:01:53 +0800 Subject: [PATCH 3/7] fix: update scroll-x property to use dynamic calculation based on column size --- docs/template/index-tree.vue.vm | 3 ++- docs/template/index.vue.vm | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/template/index-tree.vue.vm b/docs/template/index-tree.vue.vm index 0ab2b7b7..0ad06679 100644 --- a/docs/template/index-tree.vue.vm +++ b/docs/template/index-tree.vue.vm @@ -1,3 +1,4 @@ +#set($scrollX = $columns.size() * 120 + 242)