From f7a99184725f7ea0884cf478f169aad4e5b6583c Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sun, 13 Jul 2025 18:27:57 +0800
Subject: [PATCH] 1

---
 src/App.vue |   40 ++++++++++++++++++++++++++++------------
 1 files changed, 28 insertions(+), 12 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 22efa15..6fdac31 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,12 +1,20 @@
 <template>
-  <div id="app" :class="`${$state.theme === 'red' ? 'red-theme' : 'black-theme'}`">
+  <div
+    id="app"
+    :class="`${$state.theme === 'red' ? 'red-theme' : 'black-theme'}`"
+  >
     <div :class="`header-box`" v-if="hasHeader && title !== $t('hj248')">
       <mt-header :title="title">
         <mt-button icon="back" slot="left" @click="$router.go(-1)"></mt-button>
 
         <div v-if="!is_Show">
           <template v-if="iconRight == 'search'">
-            <img slot="right" class="search-right" src="./assets/ico/fangdajing.png" alt />
+            <img
+              slot="right"
+              class="search-right"
+              src="./assets/ico/fangdajing.png"
+              alt
+            />
           </template>
           <template v-else>
             <mt-button icon="more" slot="right"></mt-button>
@@ -41,7 +49,7 @@
   components: {
     foot,
     elalert,
-    loginPopup,
+    loginPopup
   },
   name: "App",
   created() {
@@ -89,7 +97,7 @@
         console.log("slide-right");
         this.transitionName = "slide-right";
       }
-    },
+    }
   },
   data() {
     return {
@@ -98,7 +106,7 @@
       iconRight: "default",
       transitionName: "",
       is_Show: true,
-      is_foot: true,
+      is_foot: true
     };
   },
   methods: {
@@ -109,8 +117,8 @@
     },
     dialogClose() {
       this.$store.commit("dialogVisible", false);
-    },
-  },
+    }
+  }
 };
 </script>
 
@@ -124,10 +132,17 @@
 @brown: #ff976a;
 @grey: #dddddd;
 
+/deep/ .no_data {
+  width: 100%;
+  padding-top: 2em;
+  img {
+    width: 50%;
+  }
+}
 /deep/ .line-one {
   white-space: nowrap;
   overflow: hidden;
-  text-overflow: ellipsis
+  text-overflow: ellipsis;
 }
 
 /deep/ .flex-center {
@@ -159,7 +174,6 @@
   justify-content: flex-end;
   align-items: center;
 }
-
 
 /deep/ .van-list__finished-text {
   line-height: 1.925926rem !important;
@@ -275,7 +289,7 @@
 
     /deep/.van-skeleton__row,
     .van-skeleton__title {
-      background-color: #fff !important;
+      // background-color: #fff !important;
     }
   }
 
@@ -309,7 +323,8 @@
       color: #000;
     }
 
-    /deep/.mint-tab-container {}
+    /deep/.mint-tab-container {
+    }
 
     /deep/.mint-tab-item {
       background: #272733;
@@ -334,7 +349,8 @@
   position: relative !important;
 }
 
-.topLeft {}
+.topLeft {
+}
 
 /deep/.el-alert {
   width: 75% !important;

--
Gitblit v1.9.3