Browse Source

日常开发

linxuxiang 6 tháng trước cách đây
mục cha
commit
085323b6d9

+ 1 - 1
src/views/analysis/components/ropeSkipping.vue

@@ -108,7 +108,7 @@ const faliChart = () => {
         areaStyle: {
           color: "#e6fafa"
         },
-        data: details.value
+        data: details.value.count_distribution
       },
       {
         name: '您的平均速度',

+ 7 - 7
src/views/analysis/detail.vue

@@ -147,7 +147,7 @@
         </div>
       </div>
     </div>
-    <div class="main-c" v-if="JSON.stringify(details) != '{}' && ['jump'].includes(query.exam_name)">
+    <div class="main-c" v-if="JSON.stringify(details) != '{}'">
       <!--立定跳远-->
       <Jump :detailsData="details" v-if="JSON.stringify(details) != '{}' && ['jump'].includes(query.exam_name)
         " />
@@ -345,8 +345,8 @@ onMounted(() => {
 }
 .main {
   background: #efefef;
-  padding-bottom: 2.6rem;
-  min-height: calc(100vh - 2.6rem);
+  height: 100vh;
+  overflow-y: scroll;
 
   .main-a {
     padding: 1.5rem 1.5rem 0 1.5rem;
@@ -533,8 +533,8 @@ onMounted(() => {
       position: relative;
 
       span {
-        height: 2.6rem;
-        line-height: 2.6rem;
+        height: 2.3rem;
+        line-height: 2.3rem;
       }
 
       .a {
@@ -566,7 +566,7 @@ onMounted(() => {
       }
 
       .scoreType {
-        top: -16px;
+        top: -2rem;
       }
 
       .branchA {
@@ -714,7 +714,7 @@ onMounted(() => {
       }
 
       .column-con {
-        padding: 2rem;
+        padding: 1.8rem;
         background: #ffffff;
         border-radius: 1.2rem;
         font-size: 1.6rem;