From 663d2974b925e20601d4f077ed0fad4c4137eecf Mon Sep 17 00:00:00 2001
From: DESKTOP-CVS3R96\我恁爹 <11>
Date: Wed, 09 Nov 2022 05:37:37 +0800
Subject: [PATCH] 123123

---
 src/page/home/home.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/page/home/home.vue b/src/page/home/home.vue
index add45d9..75d22bf 100644
--- a/src/page/home/home.vue
+++ b/src/page/home/home.vue
@@ -408,7 +408,8 @@
 
     },
     handleSearchClick() {
-      this.loading = !this.loading;
+      //this.loading = !this.loading;
+      this.$router.push({path:"/trading-list",query:{type:1}});
     }
   },
   filters: {
@@ -570,7 +571,7 @@
       align-items: center;
 
       .an_left_icon {
-        width: 5%;
+        width: 4%;
         height: 70%;
         display: flex;
         align-items: center;
@@ -582,7 +583,7 @@
       }
 
       .an_right_message {
-        width: 90%;
+        width: 93%;
         height: 100%;
         line-height: 0.559rem;
         align-items: center;
@@ -955,7 +956,7 @@
 
 padding-left: 20px;
 
-font-size: 12px;
+font-size: 0.29rem;
 
 color: #000;
 

--
Gitblit v1.9.3