瀏覽代碼

返回顶部按钮重复处理

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;
     }