From e26dd38c46faa9f3cc84ab86ffc637aa254e83ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=A0?= <2091066548@qq.com> Date: Sat, 2 Aug 2025 21:57:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=A2=E5=8C=85=E5=B1=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Profile.vue | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/views/Profile.vue b/src/views/Profile.vue index 0967482..7ae5df5 100644 --- a/src/views/Profile.vue +++ b/src/views/Profile.vue @@ -3435,9 +3435,8 @@ onMounted(() => { /* 附件小图标 */ .thumbnail_6 { - width: 0.57vw; /* 11px转换为vw */ - height: 0.57vh; /* 11px转换为vh */ - margin-top: 1.41vh; /* 27px转换为vh */ + width: 0.83vw; /* 16px转换为vw */ + height: 0.83vw; /* 保持宽高比一致 */ } /* 附件大图标 */ @@ -4548,7 +4547,8 @@ height: 33px; .exam-submit-section { margin-top: 24px; - text-align: center; + text-align: left; + margin-left: 16px; } .submit-btn { @@ -4559,10 +4559,7 @@ height: 33px; padding: 12px 24px; font-size: 14px; cursor: pointer; - display: flex; - align-items: center; - gap: 12px; - margin: 0 auto; + display: inline-block; transition: background-color 0.3s ease; }