From dce10d37ad35efe8ed1d39d6e5fcf7e4904381df Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Fri, 12 Jun 2026 13:19:53 +0800
Subject: [PATCH] 1

---
 src/components/Transform/assets-head/index.vue |   37 +++++++++++++++++++++++++++----------
 1 files changed, 27 insertions(+), 10 deletions(-)

diff --git a/src/components/Transform/assets-head/index.vue b/src/components/Transform/assets-head/index.vue
index a42693f..86b6adf 100644
--- a/src/components/Transform/assets-head/index.vue
+++ b/src/components/Transform/assets-head/index.vue
@@ -1,8 +1,13 @@
 <template>
   <div id="assetsHead">
     <van-nav-bar :border="false" :title="title" :left-arrow="showLeft" @click-left="onClickLeft">
+      <template #left>
+        <div class="back-btn">
+          <img src="@/assets/image/icon_back2.png" alt="" />
+        </div>
+      </template>
+
       <template #right>
-        
         <slot></slot>
       </template>
     </van-nav-bar>
@@ -61,14 +66,30 @@
 </script>
 
 <style lang="scss" scoped>
+.back-btn {
+  width: 4rem;
+  height: 4rem;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  cursor: pointer;
+
+  img {
+    width: 100%;
+    height: 100%;
+  }
+}
+
 :deep(.van-nav-bar) {
+  box-shadow: none !important;
+  border-bottom: none !important;
   // background-color: $selectSymbol_background !important;
   .van-nav-bar__content {
-    height: 96px;
+    height: 7.5rem;
   }
 
   .van-nav-bar__left {
-    padding-left: 30px;
+    // padding-left: 1.875rem;
   }
 
   .van-nav-bar-icon {
@@ -76,17 +97,13 @@
   }
 
   .van-nav-bar__arrow {
-    font-size: 48px !important;
+    font-size: 6rem !important;
     color: $dark-grey;
   }
 
-  .van-nav-bar__right{
-    // margin-right: 30px !important;
-  }
-
   .van-nav-bar__title {
-    font-size: 36px;
-    font-weight: 400;
+    font-size: 3rem;
+    font-weight: 700;
     color: $text_color;
     max-width: 100% !important;
     margin: 0 auto !important;

--
Gitblit v1.9.3