From 91a1b18cd9b949c65e493d802cfb8393667b214d Mon Sep 17 00:00:00 2001
From: 陈泽平 <chenzeping>
Date: 星期四, 27 五月 2021 21:50:42 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/components/message/index.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/components/message/index.vue b/src/components/message/index.vue
index 3f6c687..f3741d8 100644
--- a/src/components/message/index.vue
+++ b/src/components/message/index.vue
@@ -1,6 +1,6 @@
 <template>
     <div class="message">
-        <el-tooltip :popper-class="'message-btn'" effect="dark" content="閫氱煡" placement="left">
+        <el-tooltip id="notification" :popper-class="'message-btn'" effect="dark" content="閫氱煡" placement="left">
             <div :class='["iconBtn",selectGroup === true  ? "active-button" : ""]' @click="changeSelectMouse" >
                 <i class="icon el-icon-bell" ></i>
             </div>
@@ -71,6 +71,7 @@
       this.selectGroup = !this.selectGroup
       this.isShowMessage = this.selectGroup
       if (this.selectGroup) {
+        document.querySelector('#notification').style.opacity = '0'
         this.isShow = []
       } else {
         this.isShow = !this.isShow
@@ -88,6 +89,7 @@
     handleClose (done) {
       this.selectGroup = false
       this.isShowMessage = false
+      document.querySelector('#notification').style.opacity = '1'
     }
   }
 }
@@ -102,7 +104,8 @@
         .dialogMessage{
             /deep/ .el-dialog{
                 width: 30vw;
-                left: 60%;
+                right: 0.14583rem;
+                top: 0.11979rem;
             }
             .conclusion{
                 text-indent:2em;

--
Gitblit v1.8.0