zhangjie il y a 2 ans
Parent
commit
d99c17056e

+ 0 - 8
src/components/Layout.vue

@@ -58,14 +58,6 @@
               关联分析
             </router-link>
           </a-menu-item>
-          <a-menu-item key="23">
-            <router-link
-              activeClass="active-route"
-              to="/project/taskManagement"
-            >
-              任务管理
-            </router-link>
-          </a-menu-item>
         </a-sub-menu>
       </a-menu>
     </div>

+ 1 - 1
src/features/report/ReportMain.vue

@@ -238,7 +238,7 @@ async function fetchData() {
       discrimination: "六",
       questionGroup: "七",
     };
-    console.log(partNos);
+    // console.log(partNos);
   }
 }
 

+ 10 - 7
src/features/report/assets/report.css

@@ -39,16 +39,15 @@
   top: 27px;
   right: 27px;
   height: 27px;
+  line-height: 27px;
   z-index: 9;
-
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
+  overflow: hidden;
 }
 .report-body-head > h2 {
   font-size: 26px;
   font-weight: bold;
   line-height: 1;
+  float: left;
 }
 .report-body-head > p {
   font-size: 15px;
@@ -60,6 +59,7 @@
   overflow: hidden;
   text-overflow: ellipsis;
   text-align: right;
+  float: right;
 }
 
 .report-phead {
@@ -328,9 +328,6 @@
 }
 /* report summary */
 .summary-part .summary-title {
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
   height: 48px;
   background: #0091ff;
   border-radius: 3px;
@@ -338,6 +335,8 @@
   padding-right: 13px;
   position: relative;
   margin-bottom: 12px;
+  display: table;
+  width: 100%;
 }
 .summary-part .summary-title::before {
   content: "";
@@ -356,9 +355,13 @@
   font-weight: 600;
   color: #ffffff;
   line-height: 21px;
+  display: table-cell;
+  vertical-align: middle;
 }
 .summary-part .summary-title > div:nth-of-type(2) {
   font-weight: 400;
+  min-width: 150px;
+  text-align: right;
 }
 .summary-part .summary-body {
   font-size: 0px;

Fichier diff supprimé car celui-ci est trop grand
+ 2 - 2
src/features/report/reportTemp.ts


+ 2 - 2
vite.config.ts

@@ -3,9 +3,9 @@ import vue from "@vitejs/plugin-vue";
 import ViteComponents from "unplugin-vue-components/vite";
 import { AntDesignVueResolver } from "unplugin-vue-components/resolvers";
 
-// const SERVER_URL = "http://192.168.10.108:7180";
+const SERVER_URL = "http://192.168.10.108:7180";
 // const SERVER_URL = "http://192.168.10.138:13800";
-const SERVER_URL = "http://192.168.10.39:7180";
+// const SERVER_URL = "http://192.168.10.39:7180";
 // const SERVER_URL = "http://192.168.10.54:8001";
 const path = require("path");
 

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff