Explorar o código

Merge branch 'http_mock' of git.xiaojukeji.com:jacklijiajia/thoth-frontend into http_mock

qinzhipeng_v %!s(int64=5) %!d(string=hai) anos
pai
achega
d1e7713448

+ 7 - 3
src/views/Platform/presentation/ResultPageyL.vue

@@ -2,7 +2,7 @@
   <div class="eleStyle">
     <!-- 准出预览 -->
     <div v-if="towShow" class="reportContent">
-      <div style="padding: 2% 12%;">
+      <div>
         <div style="display: flex; white-space: nowrap; font-family:SimSuncss">
           <span style="flex:1;font-weight: bold;font-size: 24px;color: #3a8ee6">{{ ClientDatayl.reportName }}</span>
           <span style="flex:2;margin: 0.5% 0 0 20px;font-size: 17px;">by {{ ClientDatayl.ownner }}</span>
@@ -113,7 +113,7 @@
     </div>
 
     <div v-if="oneShow" class="reportContent">
-      <div style="padding: 2% 12%;">
+      <div>
         <div style="display: flex; white-space: nowrap; font-family:SimSuncss">
           <span style="flex:1;font-weight: bold;font-size: 24px;color: #3a8ee6">{{ ClientDatayl.reportName }}</span>
           <span style="flex:2;margin: 0.5% 0 0 20px;font-size: 17px;">by {{ ClientDatayl.ownner }}</span>
@@ -369,8 +369,12 @@ export default {
   .marage {
     margin: 1% 0;
   }
+  .reportContent {
+    margin:20px 0;
+  }
   .eleStyle {
-    width: 100%;
+    width: 80%;
+    padding: 0 2%;
     height:100%;
     display: inline-block;
     font-size: 14px;

+ 5 - 1
src/views/Platform/presentation/Templates/ClientReport.vue

@@ -243,7 +243,7 @@ export default {
 }
 </script>
 
-<style>
+<style lang="scss" scoped>
 ._radio {
   margin: 3% 0;
   color: #333B4A;
@@ -265,4 +265,8 @@ export default {
   flex:1;
   overflow: auto;
 }
+.descr{
+  display: flex;
+  justify-content: center;
+}
 </style>

+ 2 - 1
src/views/Platform/presentation/acceptTheReport.vue

@@ -182,7 +182,8 @@ export default {
     margin: 1.5% 0;
   }
   .eleStyle_one {
-    width: 76%;
+    width: 80%;
+    padding: 0 2%;
     height:100%;
     display: inline-block;
     font-size: 14px;