iZaiZaiA 3 gadi atpakaļ
vecāks
revīzija
d727e4800d
2 mainītis faili ar 6 papildinājumiem un 1 dzēšanām
  1. 4 0
      src/layout/layout.scss
  2. 2 1
      src/layout/modules/HelpInfoBar.vue

+ 4 - 0
src/layout/layout.scss

@@ -75,6 +75,7 @@
                 justify-content: center;
                 align-items: center;
                 font-size: 26px;
+                transition: 0.1s;
                 &.active {
                     color: white;
                     background: var(--el-color-primary);
@@ -83,6 +84,9 @@
                 }
                 &:not(.active) {
                     cursor: pointer;
+                    &:hover {
+                        color: var(--el-color-primary);
+                    }
                 }
                 &+div{
                     margin-left: 26px;

+ 2 - 1
src/layout/modules/HelpInfoBar.vue

@@ -101,7 +101,8 @@ const screenShortClick = () => {
             clickCutFullScreen: fullScreenVal.value,   //全屏
             loadCrossImg: true,         //跨域
             level: 999999,
-            completeCallback: getScreenShotImg
+            completeCallback: getScreenShotImg,
+            noScroll: false
         });
         /*setTimeout(() => {}, 800)*/
     })