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; }