浏览代码

无权限高度调整

cldu 3 周之前
父节点
当前提交
e0805d42f3
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. 3 3
      src/views/report/Detail.vue
  2. 3 3
      src/views/report/PDF.vue

+ 3 - 3
src/views/report/Detail.vue

@@ -493,7 +493,7 @@ function handleGoLogin(){
   bottom: 0;
   z-index: 99;
   .opcity-box {
-    height: 129px;
+    height: 60vh;
     background: linear-gradient(
       360deg,
       #ffffff 0%,
@@ -505,7 +505,7 @@ function handleGoLogin(){
     --td-button-primary-active-bg-color:#BB5B29;
     --td-button-primary-active-border-color:#BB5B29;
     background-color: #fff;
-    padding-bottom: 200px;
+    padding-bottom: 300px;
     text-align: center;
     color: #D49633;
     .text {
@@ -628,7 +628,7 @@ function handleGoLogin(){
   }
   .no-auth-wrap {
     .opcity-box {
-      height: 65px;
+      height: 60vh;
     }
     .content-box {
       padding-bottom: 100px;

+ 3 - 3
src/views/report/PDF.vue

@@ -253,7 +253,7 @@ function handleGoLogin(){
   bottom: 0;
   z-index: 99;
   .opcity-box {
-    height: 129px;
+    height: 60vh;
     background: linear-gradient(
       360deg,
       #ffffff 0%,
@@ -265,7 +265,7 @@ function handleGoLogin(){
     --td-button-primary-active-bg-color:#BB5B29;
     --td-button-primary-active-border-color:#BB5B29;
     background-color: #fff;
-    padding-bottom: 200px;
+    padding-bottom: 300px;
     text-align: center;
     color: #D49633;
     .text {
@@ -331,7 +331,7 @@ function handleGoLogin(){
   }
   .no-auth-wrap {
     .opcity-box {
-      height: 65px;
+      height: 60vh;
     }
     .content-box {
       padding-bottom: 100px;