From c8a5ee7930a75f87c3cb16c587bd1b3309b475ec Mon Sep 17 00:00:00 2001 From: chenhao <852066789@qq.com> Date: Fri, 4 Jul 2025 09:25:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(table):=20=E4=BC=98=E5=8C=96=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E5=B8=83=E5=B1=80=E5=92=8C=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 设置表格列宽,优化表格布局 - 添加固定列功能,提高表格滚动体验 - 更新折扣输入格式,支持更精确的数值 - 调整表格样式,提升可读性 --- .../src/main/resources/templates/include.html | 2 ++ .../templates/layout/product-list.html | 2 +- .../templates/manage/delivery/delivery.html | 16 +++++++++++++ .../templates/manage/order/order.html | 16 ++++++++++++- .../templates/system/agent/agent.html | 7 +++++- .../templates/system/customer/info.html | 11 +++++---- .../templates/system/partner/partner.html | 17 +++++++++++++- .../templates/system/product/product.html | 23 +++++++++++++++---- 8 files changed, 82 insertions(+), 12 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/include.html b/ruoyi-admin/src/main/resources/templates/include.html index f146ce38..3e1a2ace 100644 --- a/ruoyi-admin/src/main/resources/templates/include.html +++ b/ruoyi-admin/src/main/resources/templates/include.html @@ -17,6 +17,7 @@
+ @@ -39,6 +40,7 @@ +
diff --git a/ruoyi-admin/src/main/resources/templates/layout/product-list.html b/ruoyi-admin/src/main/resources/templates/layout/product-list.html index 0a4b0f23..8e13f427 100644 --- a/ruoyi-admin/src/main/resources/templates/layout/product-list.html +++ b/ruoyi-admin/src/main/resources/templates/layout/product-list.html @@ -173,7 +173,7 @@ -