소스 검색

删除背景色

hlp 1 년 전
부모
커밋
ddc6967fc6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/tasks/index.vue

+ 2 - 2
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/tasks/index.vue

@@ -1,11 +1,11 @@
 <template>
-  <div class="bg-gray-200 h-full flex">
+  <div class="h-full flex">
     <div class="p-5 w-80 pr-0">
       <div class="bg-white w-full h-full p-3 shadow-md rounded-md">
        1111
       </div>
     </div>
-    <div class="flex-1 bg-gray-200 p-5">
+    <div class="flex-1 p-5">
       <div class="bg-white w-full h-full p-3 shadow-md rounded-md">222</div>
     </div>
   </div>