Browse Source

返回顶部按钮重复处理

cldu 3 days ago
parent
commit
ed4e6a98bd
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/views/report/Detail.vue
  2. 1 0
      src/views/report/PDF.vue

+ 1 - 0
src/views/report/Detail.vue

@@ -453,6 +453,7 @@ function handleGoLogin(){
     z-index: 99;
     right: 34px;
     bottom: 130px;
+    transform: translateZ(0);
     .item {
       margin-top: 10px;
     }

+ 1 - 0
src/views/report/PDF.vue

@@ -227,6 +227,7 @@ function handleGoLogin(){
     z-index: 99;
     right: 34px;
     bottom: 130px;
+    transform: translateZ(0);
     .item {
       margin-top: 10px;
     }