natasha 1 week ago
parent
commit
ca99edf289
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/personalCenter/components/OrderList.vue

+ 1 - 2
src/views/personalCenter/components/OrderList.vue

@@ -176,7 +176,7 @@
       @mouseover="kefuCode = true"
       @mouseleave="kefuCode = false"
     >
-      <div v-if="kefuCode">
+      <div v-if="kefuCode" style="background: #ffffff">
         <img src="../../../assets/21st-kefu-code.jpg" />
         <span>扫一扫,添加客服微信</span>
       </div>
@@ -501,7 +501,6 @@ export default {
     bottom: 300px;
     z-index: 3;
     cursor: pointer;
-    background: #ffffff;
     img {
       width: 150px;
     }