|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <div style="height: 100%; width: 100%">
|
|
|
|
|
|
+ <div style="height: 100%; width: 100%;overflow: hidden;">
|
|
<div class="race_nav">
|
|
<div class="race_nav">
|
|
<div class="first" @click="checkSteps(1)" :class="{ active: steps == 1 }">
|
|
<div class="first" @click="checkSteps(1)" :class="{ active: steps == 1 }">
|
|
<div class="navImg">
|
|
<div class="navImg">
|
|
@@ -308,7 +308,7 @@ export default {
|
|
width: 90%;
|
|
width: 90%;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
- height: calc(100% - 120px);
|
|
|
|
|
|
+ height: calc(100% - 165px);
|
|
}
|
|
}
|
|
|
|
|
|
.race_btn {
|
|
.race_btn {
|