From 4fd58b5fb93bd2666b60a11591b194d551051fd2 Mon Sep 17 00:00:00 2001 From: linxd <544554903@qq.com> Date: Tue, 8 Jul 2025 08:45:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=AC=E5=91=8A=E5=85=AC?= =?UTF-8?q?=E7=A4=BA=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/global.less | 2 +- src/layouts/Header.less | 1 + src/pages/announce/announce.less | 17 ++++++++++++++--- src/pages/announce/announce.tsx | 24 ++++++++++++++++++++++-- 4 files changed, 38 insertions(+), 6 deletions(-) diff --git a/src/global.less b/src/global.less index 349edab..d58ec80 100644 --- a/src/global.less +++ b/src/global.less @@ -22,7 +22,7 @@ body, box-sizing: border-box; margin-top: 57px; // height: calc(100% - 60px); - overflow: auto; + // overflow: auto; // padding: 15px 0; background: rgba(@gray, 0.3); .layout-content-main { diff --git a/src/layouts/Header.less b/src/layouts/Header.less index 430af5d..bc4d78f 100644 --- a/src/layouts/Header.less +++ b/src/layouts/Header.less @@ -42,6 +42,7 @@ background-color: rgb(0,51,94); color: #fff; padding: 10px 0; + margin-top: 60px; .footer-content { width: @width; margin: 0 auto; diff --git a/src/pages/announce/announce.less b/src/pages/announce/announce.less index d7e4d36..727258d 100644 --- a/src/pages/announce/announce.less +++ b/src/pages/announce/announce.less @@ -73,6 +73,7 @@ .search{ border: 1px solid rgba(@main-text-color-2, 0.1); padding: 20px; + margin-bottom: 12px; } } /* 覆盖antd样式 - 仅在announceContainer内生效 */ @@ -168,10 +169,20 @@ } .announceList { - background-color: #fff; - padding: 10px; + display: flex; + gap: 20px; +} +.supplierService{ + border: 1px solid rgba(@main-text-color-2, 0.1); + padding: 20px; + margin-top: 12px; + margin-bottom: 20px; + width: 300px; + .supplierServiceTitle{ + font-size: 16px; + font-weight: 500; + } } - .listItem { // border-bottom: 1px solid #f0f0f0; } diff --git a/src/pages/announce/announce.tsx b/src/pages/announce/announce.tsx index 7579365..4b3a865 100644 --- a/src/pages/announce/announce.tsx +++ b/src/pages/announce/announce.tsx @@ -1,5 +1,5 @@ import React, { useState } from 'react'; -import { List, Tag } from 'antd'; +import { Button, List, Tag } from 'antd'; import { history } from 'umi'; import styles from './announce.less'; import Search, { SearchFormData } from './Search'; @@ -118,6 +118,7 @@ const AnnouncePage: React.FC = () => { {/* 公告列表部分 */}
{ showQuickJumper: true, }} renderItem={(item) => ( - +
@@ -164,6 +165,25 @@ const AnnouncePage: React.FC = () => { )} /> +
+
+
供应商服务
+ + +
    +
  • + + 公开招标操作手册 +
  • +
+ + + +
+ 投标指引包含各采购方式系统的投标操作流程,及相关插件的安装操作手册,请各供应商先进行登录,后方可查看. +
+
+