jwyu 1 жил өмнө
parent
commit
10a2359c20

+ 2 - 2
src/components/questionMsgDia.vue

@@ -19,8 +19,8 @@
                 </div>
             </div>
         </div>
-        <div slot="reference" class="icon-box-item" v-if="isshow">
-            <div>
+        <div slot="reference">
+            <div v-if="isshow" class="icon-box-item">
                 <img src="~@/assets/img/icons/msg2.png" alt="" style="height:20px;width:20px">
                 <span style="width:8px;height:8px;borderRadius:50%;background:#f00;display:block;position:absolute;right:5px;top:3px;" v-show="list.length>0"></span>
             </div>

+ 2 - 2
src/views/Home.vue

@@ -1256,8 +1256,8 @@ export default {
         z-index: 10;
       }
       .userinfo {
-        min-width: 190px;
-        width: 200px;
+        min-width: 210px;
+        width: 220px;
         height: 60px;
         text-align: right;
         overflow: hidden;