From 72ec074601a963f7bf54c7246b83bbe2e502296a Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期五, 17 二月 2023 11:26:25 +0800 Subject: [PATCH] 2023/2/17 肖辉 修改图片管理以及案卷查询,我的代办 --- 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