|
@@ -123,8 +123,8 @@
|
|
|
|
|
|
<el-col :span="12" class="just-right">
|
|
|
<div style="display: flex; align-items: center; margin-right: 20px">
|
|
|
- <img v-show="isFullscreen" src="../../assets/img/home/suo.png" alt="" style='cursor:pointer;width:20px' @click='fullScreenFun'>
|
|
|
- <img v-show="!isFullscreen" src="../../assets/img/home/quan.png" alt="" style='cursor:pointer;width:20px' @click='fullScreenFun'>
|
|
|
+ <img v-show="isFullscreen" src="../../assets/img/home/suo.png" alt="" title="缩小" style='cursor:pointer;width:20px' @click='fullScreenFun'>
|
|
|
+ <img v-show="!isFullscreen" src="../../assets/img/home/quan.png" alt="" title="放大" style='cursor:pointer;width:20px' @click='fullScreenFun'>
|
|
|
</div>
|
|
|
<div class="user_out" @mouseenter="mouseenterFun" @mouseleave="mouseLeaveFun">
|
|
|
<img class="user_out_img" src="../../assets/menu/userAdmin.png" />
|