From b03c9c4efe64fce146d4cda5fe5ac952672f6b29 Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Fri, 27 Feb 2026 13:59:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=AE=80=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E6=A0=87=E9=A2=98=EF=BC=8C?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=89=AF=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/ccdiProject/index.vue | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/ruoyi-ui/src/views/ccdiProject/index.vue b/ruoyi-ui/src/views/ccdiProject/index.vue index 95f44e3..996b6d5 100644 --- a/ruoyi-ui/src/views/ccdiProject/index.vue +++ b/ruoyi-ui/src/views/ccdiProject/index.vue @@ -3,7 +3,7 @@ @@ -233,24 +233,20 @@ export default { } .page-header { - margin-bottom: 12px; + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 16px; padding: 16px 20px; background: #ffffff; - border-radius: 4px; - box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08); + border-radius: 8px; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); .page-title { margin: 0; - font-size: 18px; + font-size: 20px; font-weight: 500; color: #303133; } - - .page-subtitle { - margin: 4px 0 0 0; - font-size: 13px; - color: #909399; - font-weight: 400; - } }