mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-12 04:16:49 +08:00
提交
This commit is contained in:
@@ -229,7 +229,7 @@ const toFinish = (item) => {
|
||||
}
|
||||
.gowth-path2 {
|
||||
position: relative;
|
||||
margin: 53px 45px 31px 63px;
|
||||
margin: 0 45px 31px 63px;
|
||||
box-sizing: border-box;
|
||||
background-image: url(@/assets/image/growth/path2.png);
|
||||
background-size: 100%;
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
</div>
|
||||
<div class="nav-title">{{ data.growthName }}</div>
|
||||
</div>
|
||||
<template v-if="data.electiveTaskNum !== 0">
|
||||
<div class="tabs">
|
||||
<div
|
||||
class="tabs-item"
|
||||
@@ -24,6 +25,8 @@
|
||||
<div class="tabs-line"></div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<div class="search">
|
||||
<div class="search-input">
|
||||
<el-input
|
||||
@@ -66,7 +69,10 @@
|
||||
<div
|
||||
class="container"
|
||||
v-loading="loading"
|
||||
:style="stageProcessList.length ? '' : 'height:400px'"
|
||||
:style="{
|
||||
top: data.electiveTaskNum !== 0 ? '165px' : '103px',
|
||||
height: stageProcessList.length ? '' : ':400px',
|
||||
}"
|
||||
>
|
||||
<template v-if="stageProcessList && stageProcessList.length">
|
||||
<div
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
</div>
|
||||
<div class="nav-title">{{ data.growthName }}</div>
|
||||
</div>
|
||||
<template v-if="data.electiveTaskNum !== 0">
|
||||
<div class="tabs">
|
||||
<div
|
||||
class="tabs-item"
|
||||
@@ -24,6 +25,7 @@
|
||||
<div class="tabs-line"></div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<div class="search">
|
||||
<div class="search-input">
|
||||
<el-input
|
||||
@@ -64,7 +66,13 @@
|
||||
<img class="icon" @click="toPath" src="@/assets/image/growth/list.png" />
|
||||
</div>
|
||||
<template v-if="stageProcessList && stageProcessList.length">
|
||||
<div class="container" v-loading="loading">
|
||||
<div
|
||||
class="container"
|
||||
v-loading="loading"
|
||||
:style="{
|
||||
top: data.electiveTaskNum !== 0 ? '165px' : '103px',
|
||||
}"
|
||||
>
|
||||
<div :style="{ transform: 'scale(' + transformSize + ')' }">
|
||||
<template v-if="growthInfo.template == 2">
|
||||
<div class="path-container">
|
||||
@@ -841,7 +849,7 @@ const toPath = () => {
|
||||
background-color: #ffffff;
|
||||
background-image: url(@/assets/image/growth/path-bg.png);
|
||||
background-size: 100% 100%;
|
||||
top: 165px;
|
||||
|
||||
left: 0;
|
||||
right: 0;
|
||||
border-radius: 15px 15px 0 0;
|
||||
|
||||
Reference in New Issue
Block a user