style: 样式修改

This commit is contained in:
2025-12-30 14:51:19 +08:00
parent 6a2b456bf3
commit 6156c88429
6 changed files with 515 additions and 504 deletions

View File

@@ -4,7 +4,7 @@
<div class="content">
<!-- 返回按钮 -->
<div class="back-button" @click="goBack">
<img src="@/assets/images/arrow_left.png" class="back-icon" />
<SvgIcon name="left" size="50" color="#fff" />
</div>
<!-- 标题区域 -->
@@ -133,9 +133,9 @@ const handleSuccess = (data: any) => {
cursor: pointer;
z-index: 3;
font-size: 3.4rem;
.back-icon {
width: 2.83rem;
height: 3.47rem;
.c-svg {
width: initial;
height: initial;
}
}