소스 검색

返回顶部按钮重复处理

cldu 5 일 전
부모
커밋
ed4e6a98bd
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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;
     }