xsh_1997 hace 1 mes
padre
commit
0fc8e11e28
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      ruoyi-screen/src/components/ScreenNavBar.vue

+ 3 - 2
ruoyi-screen/src/components/ScreenNavBar.vue

@@ -30,14 +30,14 @@
30 30
         </div>
31 31
       </div>
32 32
     </div>
33
-    <!-- <div class="logout" @click.stop="onLogout">
33
+    <div class="logout" @click.stop="onLogout">
34 34
       <div class="screen-nav-item-zh">
35 35
         {{ logoutNav.zh }}
36 36
       </div>
37 37
       <div class="screen-nav-item-bo">
38 38
         {{ logoutNav.bo }}
39 39
       </div>
40
-    </div> -->
40
+    </div>
41 41
   </header>
42 42
 </template>
43 43
 
@@ -179,6 +179,7 @@ function onLogout() {
179 179
   position: absolute;
180 180
   right: 70px;
181 181
   top: 30px;
182
+  pointer-events: auto;
182 183
 }
183 184
 .screen-nav-item-zh {
184 185
   font-size: 18px;