From 5e855330620e50e72fe4ce2fba559437d338a690 Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Wed, 4 Mar 2026 10:41:14 +0800 Subject: [PATCH] =?UTF-8?q?style(ccdiProject):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E8=8F=9C=E5=8D=95=E5=93=8D=E5=BA=94=E5=BC=8F?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/ccdiProject/detail.vue | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ruoyi-ui/src/views/ccdiProject/detail.vue b/ruoyi-ui/src/views/ccdiProject/detail.vue index 4e7e721..d4e5ee4 100644 --- a/ruoyi-ui/src/views/ccdiProject/detail.vue +++ b/ruoyi-ui/src/views/ccdiProject/detail.vue @@ -455,6 +455,25 @@ export default { flex-direction: column; align-items: flex-start; gap: 12px; + + .header-right { + width: 100%; + margin-top: 12px; + + .nav-menu { + width: 100%; + display: flex; + justify-content: flex-start; + + .el-menu-item, + .el-submenu { + flex: 1; + text-align: center; + padding: 0 8px; + font-size: 13px; + } + } + } } .info-content {