From c0bbc152add7a7479e5453ff1310df810ecdd049 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期二, 21 二月 2023 10:54:43 +0800
Subject: [PATCH] 2023/2/21 肖辉 修改店铺管理,案卷查询,我的代办

---
 src/views/operate/myWait/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/operate/myWait/index.vue b/src/views/operate/myWait/index.vue
index ecfdb5e..70d1006 100644
--- a/src/views/operate/myWait/index.vue
+++ b/src/views/operate/myWait/index.vue
@@ -1,6 +1,6 @@
 <template>
   <div class="userList">
-    <div class="headerTitle">杩愯惀绠$悊銆嬫垜鐨勫緟鍔�</div>
+<!--    <div class="headerTitle">杩愯惀绠$悊銆嬫垜鐨勫緟鍔�</div>-->
     <header>
       <div class="headerContent">
         <div class="search">
@@ -360,7 +360,7 @@
   }
 
   header {
-    background-color: white;
+    //background-color: white;
 
     .headerContent {
       padding: 0;
@@ -411,7 +411,7 @@
   }
 
   main {
-    background-color: #fff;
+    //background-color: #fff;
     margin-top: 20px;
     padding-bottom: 50px;
 

--
Gitblit v1.8.0