From 321f0454befaf8449cbb6ea1859242bf68401b8c Mon Sep 17 00:00:00 2001 From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com> Date: 星期二, 12 八月 2025 09:39:04 +0800 Subject: [PATCH] 修改新增 --- src/views/menuPage.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/menuPage.vue b/src/views/menuPage.vue index 5944604..d43343f 100644 --- a/src/views/menuPage.vue +++ b/src/views/menuPage.vue @@ -51,7 +51,7 @@ </div> </div> </div> - <user-dialog ref="reviewRef" ></user-dialog> + <user-dialog ref="reviewRef"></user-dialog> </div> </template> @@ -135,8 +135,8 @@ const mousePX = state.mouseX / (state.width || 1) const mousePY = state.mouseY / (state.height || 1) - const rX = mousePX * 18 // 减小旋转角度,使效果更柔和 - const rY = mousePY * -18 + const rX = mousePX * 20 // 减小旋转角度,使效果更柔和 + const rY = mousePY * -20 const tX = mousePX * -20 const tY = mousePY * -20 @@ -152,7 +152,7 @@ const systems = ref([ { id: 1, - name: 'ISO 9000 质量管理体系', + name: '国军标9001C质量管理体系', description: '确保产品和服务质量符合国际标准', icon: menu1 }, @@ -384,7 +384,7 @@ } .system-card:hover .system-icon img { - transform: scale(1.3); + transform: scale(1.4); } .system-card h3 { @@ -407,4 +407,4 @@ .system-card:hover p { transform: translateZ(20px); } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.2