|
@@ -74,7 +74,7 @@
|
|
|
</div>
|
|
|
<div class="cru_selectBox">
|
|
|
<div
|
|
|
- style="background: #fff; margin: 10px; border-radius: 8px"
|
|
|
+ style="background: #fff; margin: 0 10px; border-radius: 8px"
|
|
|
v-for="(item, stageIndex) in navList"
|
|
|
:key="stageIndex"
|
|
|
>
|
|
@@ -182,7 +182,7 @@
|
|
|
:class="{ isGjCss: t.isTool }"
|
|
|
@click="jumpGj(stageIndex, navIndex, toolIndex, nav.id)"
|
|
|
>
|
|
|
- <div>工具{{ toolIndex + 1 }}:</div>
|
|
|
+ <div>工具{{ toolIndex + 1 }}:</div>
|
|
|
<div v-if="t.tool == 58">模拟驾驶</div>
|
|
|
<div v-if="t.tool == 59">路径搜索</div>
|
|
|
<div v-if="t.tool == 60">深度学习</div>
|
|
@@ -19774,7 +19774,7 @@ export default {
|
|
|
.toolActive {
|
|
|
height: auto !important;
|
|
|
overflow: auto !important;
|
|
|
- padding-bottom: 16px;
|
|
|
+ /* padding-bottom: 16px; */
|
|
|
}
|
|
|
.toolActive {
|
|
|
padding: 0;
|
|
@@ -22208,7 +22208,7 @@ ol {
|
|
|
width: 100%;
|
|
|
margin: 10px auto 0;
|
|
|
position: relative;
|
|
|
- height: 48px;
|
|
|
+ height: 40px;
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
flex-wrap: nowrap;
|
|
@@ -22321,7 +22321,7 @@ ol {
|
|
|
width: 15px;
|
|
|
height: 15px;
|
|
|
border-radius: 50%;
|
|
|
- border: 1px solid #dfe2e7;
|
|
|
+ border: 1px solid #adadad;
|
|
|
}
|
|
|
|
|
|
.isChoose {
|