From 25b2ba1cf86bc3439e7ad2acf2cd4a9ea7e4b0ed Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 28 Jun 2024 09:28:04 +0800
Subject: [PATCH] 123

---
 src/components/perpetual-entrust-list/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/perpetual-entrust-list/index.vue b/src/components/perpetual-entrust-list/index.vue
index f9ac677..39da4a0 100644
--- a/src/components/perpetual-entrust-list/index.vue
+++ b/src/components/perpetual-entrust-list/index.vue
@@ -118,6 +118,7 @@
       this.$router.push({
         path: "/entrustDetail?order_no=" + item.order_no
       });
+	  // this.$emit('iszyzs', )
     },
     cancelSingle(order_no) {//撤销单个委托单
       _recallOrder(order_no).then(() => {
@@ -175,6 +176,7 @@
 }
 
 .border-b-color {
+	margin:0 20px;
   @include themify() {
     border-bottom: 1px solid themed("border_color") !important;
   }

--
Gitblit v1.9.3