Parcourir la source

用户列表手动禁用无权限页面提示

chenlei il y a 3 mois
Parent
commit
53e5ad8b42
2 fichiers modifiés avec 30 ajouts et 8 suppressions
  1. 16 5
      src/views/report/Detail.vue
  2. 14 3
      src/views/report/PDF.vue

+ 16 - 5
src/views/report/Detail.vue

@@ -356,10 +356,10 @@ function handleTips () {
         您暂无权限查看,<br />请申请认证!
       </div>
       <div class="text" v-if="reportStatus === 2">
-        您暂无该品种权限,<br />请联系销售人员开通!
+        您暂无该品种权限,<br />请联系客服人员开通!
       </div>
       <div class="text" v-if="reportStatus === 1">
-        您的权限已过期,<br />请联系销售人员开通!
+        您的权限已过期,<br />请联系客服人员开通!
       </div>
       <t-button
         v-if="reportStatus !== 3"
@@ -571,14 +571,14 @@ function handleTips () {
   }
 }
 .call-box {
-  margin-bottom: 40px;
+  margin: 60px 0;
   .phone-item {
-    font-size: var(--font-size-large);
+    font-size: var(--font-size-huge);
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100%;
-    height: 150px;
+    height: 120px;
   }
 }
 
@@ -683,5 +683,16 @@ function handleTips () {
       height: 100px;
     }
   }
+  .call-box {
+    margin: 60px 0;
+    .phone-item {
+      font-size: 20px;
+      display: flex;
+      justify-content: center;
+      align-items: center;
+      width: 100%;
+      height: 120px;
+    }
+  }
 }
 </style>

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

@@ -335,14 +335,14 @@ function handleTips () {
   }
 }
 .call-box {
-  margin-bottom: 40px;
+  margin: 60px 0;
   .phone-item {
-    font-size: var(--font-size-large);
+    font-size: var(--font-size-huge);
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100%;
-    height: 150px;
+    height: 120px;
   }
 }
 
@@ -390,6 +390,17 @@ function handleTips () {
       height: 100px;
     }
   }
+  .call-box {
+    margin: 60px 0;
+    .phone-item {
+      font-size: 20px;
+      display: flex;
+      justify-content: center;
+      align-items: center;
+      width: 100%;
+      height: 120px;
+    }
+  }
 }
 
 .report-detail_hidden{