Bladeren bron

修改文件

plg 6 dagen geleden
bovenliggende
commit
360d4e7bb6
5 gewijzigde bestanden met toevoegingen van 15 en 10 verwijderingen
  1. BIN
      src/assets/home/group_slide_1.png
  2. 1 1
      src/views/Community.vue
  3. 2 0
      src/views/HomeView.vue
  4. 6 6
      src/views/Plan.vue
  5. 6 3
      src/views/TestRecord.vue

BIN
src/assets/home/group_slide_1.png


+ 1 - 1
src/views/Community.vue

@@ -718,7 +718,7 @@ label {
             width: 1200px;
             // padding: 20px 20px;
             background-color: #ffffff;
-            border-radius: 5px;
+            // border-radius: 5px;
             // height: 1000px;
             box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.17);
 

+ 2 - 0
src/views/HomeView.vue

@@ -399,6 +399,8 @@ body {
       color: #818996;
       font-size: 16px;
       line-height: 28px;
+      text-align: justify;
+      font-family: "Courier New", "Lucida Console", "Consolas", Menlo, Monaco, "DejaVu Sans Mono", "Liberation Mono", monospace;
 
       // margin-top: 10px;
     }

+ 6 - 6
src/views/Plan.vue

@@ -269,9 +269,8 @@ onUnmounted(() => {
         <div class="kply">
             <div class="kply_inner">
                 <div>
-                    <div style="box-shadow: 0px 4px 32px 0px rgba(0,0,0,0.17);"
-                        v-show="planList.length == 0 && isFinshed">
-                        <div style="padding:10% 20%;display: flex;justify-content: center ;"
+                    <div style="" v-show="planList.length == 0 && isFinshed">
+                        <div style="padding:10% 20%;display: flex;justify-content: center ;;background-color: #ffffff;box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.17)"
                             v-show="planList.length == 0 && isFinshed">
                             <!-- <img width="100%" src="../assets/planNo.png"> -->
                             <img width="400px" src=" ../assets/planNo.png">
@@ -280,7 +279,7 @@ onUnmounted(() => {
                     <div class="test_record_out" v-for="item in planList">
                         <div class="record_tip">
                             <span class="record_tip_out"><span class="record_tip_inner">创建时间:</span>{{ item.createTime
-                                }}</span>
+                            }}</span>
                             <span><span class="record_tip_inner">结束时间:</span>{{ item.planEndTime }}</span>
                         </div>
                         <div class="test_record">
@@ -457,8 +456,9 @@ onUnmounted(() => {
             margin: auto;
             width: 1200px;
             min-height: 600px;
-            background-color: #ffffff;
-            border-radius: 40px;
+            // background-color: #ffffff;
+            // box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.17);
+            // border-radius: 40px;
             // height: 1000px;
 
             // margin-bottom: 60px;

+ 6 - 3
src/views/TestRecord.vue

@@ -183,7 +183,8 @@ onUnmounted(() => {
                     -->
 
                     <div style="width: 1200px;margin-left:32px" v-show="list.length == 0">
-                        <div style="padding:10% 20%;display: flex;justify-content: center ;">
+                        <div
+                            style="padding:10% 20%;display: flex;justify-content: center ;background-color: #ffffff;box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.17);">
                             <!-- <img width="100%" src="../assets/planNo.png"> -->
                             <img width="400px" src=" ../assets/planNo.png">
                         </div>
@@ -382,14 +383,16 @@ onUnmounted(() => {
 
             // height: 1000px;
             .infinite-list-wrapper {
-                padding: 32px;
+                // padding: 32px;
+                padding-left: 32px;
+                padding-right: 32px;
 
                 // max-height: 900px;
                 // max-height: 500px;
                 // min-height: 500px;
                 .record_zt {
 
-                    // box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.17);
+                    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.17);
                     margin-bottom: 40px;
                     box-sizing: border-box;
                     padding: 32px 20px;