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