瀏覽代碼

no message

Fly 3 周之前
父節點
當前提交
655c32e098
共有 8 個文件被更改,包括 145 次插入50 次删除
  1. 2 0
      assets/css/root.scss
  2. 二進制
      assets/images/about/terms_01.png
  3. 二進制
      assets/images/about/terms_02.png
  4. 二進制
      assets/images/about/terms_03.png
  5. 二進制
      assets/images/about/terms_04.png
  6. 二進制
      assets/images/about/terms_05.png
  7. 14 0
      pages/about/link.vue
  8. 129 50
      pages/about/term.vue

+ 2 - 0
assets/css/root.scss

@@ -640,6 +640,7 @@
         --size-524: 524px;
         --size-526: 526px;
         --size-531: 531px;
+        --size-532: 532px;
         --size-539: 539px;
         --size-542: 542px;
         --size-544: 544px;
@@ -1000,6 +1001,7 @@
         --size-524: 27.2917vw;
         --size-526: 27.3438vw;
         --size-531: 27.6042vw;
+        --size-532: 27.7083vw;
         --size-539: 27.9688vw;
         --size-542: 28.125vw;
         --size-544: 28.2292vw;

二進制
assets/images/about/terms_01.png


二進制
assets/images/about/terms_02.png


二進制
assets/images/about/terms_03.png


二進制
assets/images/about/terms_04.png


二進制
assets/images/about/terms_05.png


+ 14 - 0
pages/about/link.vue

@@ -95,6 +95,16 @@
         <div class="content-item"></div>
       </div>
     </div>
+
+    <div class="data-source">
+      <div class="title">Multidimensional Data Cross Validation Method</div>
+      <div class="content-box">
+        <div class="content-item"></div>
+        <div class="content-item"></div>
+        <div class="content-item"></div>
+        <div class="content-item"></div>
+      </div>
+    </div>
   </div>
 </template>
 
@@ -429,4 +439,8 @@ const methodLevel = [
     }
   }
 }
+
+.data-source {
+  padding: 90px 146px;
+}
 </style>

File diff suppressed because it is too large
+ 129 - 50
pages/about/term.vue