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 |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/operate/myWait/index.vue b/src/views/operate/myWait/index.vue
index b6bdec3..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">
@@ -353,14 +353,14 @@
 .userList {
   text-align: left;
   padding: 10px 20px;
-  color: #4b9bb7;
+  // color: #4b9bb7;
   border: 1px solid #ccc;
   .headerTitle {
     line-height: 40px;
   }
 
   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