diff --git a/ruoyi-admin/src/main/resources/templates/inventory/delivery/view.html b/ruoyi-admin/src/main/resources/templates/inventory/delivery/view.html index 32461634..aa3896eb 100644 --- a/ruoyi-admin/src/main/resources/templates/inventory/delivery/view.html +++ b/ruoyi-admin/src/main/resources/templates/inventory/delivery/view.html @@ -15,7 +15,20 @@ font-family: "微软雅黑", Arial, sans-serif; /* 统一字体 */ } + body { + font-family: "微软雅黑", Arial, sans-serif; + } + table { + border-collapse: collapse; + width: 100%; + margin-bottom: 20px; + } + + th, td { + border: 1px solid #ccc; + padding: 8px; + } .required-delivery-time { font-size: 20px; @@ -32,57 +45,32 @@