From da0bde24e674ce68a790cd90237c8b7620f3cda1 Mon Sep 17 00:00:00 2001 From: chenhao <852066789@qq.com> Date: Wed, 11 Jun 2025 17:55:55 +0800 Subject: [PATCH] =?UTF-8?q?refactor(templates):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=A4=9A=E4=B8=AA=E6=A8=A1=E6=9D=BF=E7=9A=84=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=92=8C=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -调整了多个模板的输入框、选择框等元素的样式 - 优化了部分布局结构,使页面更加美观 -统一了必填项的样式 - 调整了部分字体和颜色 --- .../templates/layout/product-list.html | 19 ++-- .../resources/templates/project/info/add.html | 32 +------ .../templates/project/info/common/pocLog.html | 45 ++++++++++ .../templates/project/info/edit.html | 32 +------ .../templates/project/info/project.html | 5 +- .../templates/project/info/selectProduct.html | 11 +++ .../templates/project/order/add.html | 76 ++++++++-------- .../templates/project/order/edit.html | 88 ++++++++++--------- .../templates/project/order/order.html | 20 ++--- .../project/order/selectProduct.html | 11 +++ .../resources/templates/system/agent/add.html | 8 +- .../templates/system/agent/agent.html | 4 +- .../templates/system/agent/edit.html | 8 +- .../templates/system/customer/add.html | 48 +++++----- .../templates/system/customer/edit.html | 68 +++++++------- .../templates/system/customer/info.html | 5 +- .../templates/system/partner/add.html | 29 +++--- .../templates/system/partner/edit.html | 29 +++--- .../templates/system/partner/partner.html | 4 +- .../templates/system/product/add.html | 37 ++++++-- .../templates/system/product/edit.html | 41 +++++++-- .../templates/system/product/product.html | 15 +++- .../com/ruoyi/sip/domain/ProductInfo.java | 4 + .../service/impl/ProjectInfoServiceImpl.java | 6 +- .../mapper/system/ProductInfoMapper.xml | 10 ++- 25 files changed, 359 insertions(+), 296 deletions(-) create mode 100644 ruoyi-admin/src/main/resources/templates/project/info/common/pocLog.html 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 d024fb3b..7a22eec3 100644 --- a/ruoyi-admin/src/main/resources/templates/layout/product-list.html +++ b/ruoyi-admin/src/main/resources/templates/layout/product-list.html @@ -141,10 +141,10 @@
测试环境 - 1.服务器配置 - 2.终端配置 - 3.操作系统 - 4.云桌面软件版本 - | -测试进展 | -项目成员信息 - 1.H3C销售/SE - 2.汇智接口人 - 3.研发处理人员 - 4.现场处理人员 - | -启动日期 | -预计完成日期 | -实际完成日期 | -
---|
测试环境 - 1.服务器配置 - 2.终端配置 - 3.操作系统 - 4.云桌面软件版本 - | -测试进展 | -项目成员信息 - 1.H3C销售/SE - 2.汇智接口人 - 3.研发处理人员 - 4.现场处理人员 - | -启动日期 | -预计完成日期 | -实际完成日期 | -
---|