|
@@ -1032,11 +1032,11 @@
|
|
|
<div
|
|
|
class="jdTopBox"
|
|
|
style="
|
|
|
- padding: 10px 0px 20px 0;
|
|
|
+ padding: 5px 0px 15px;
|
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
border-radius: 0px;
|
|
|
margin: 0px auto;
|
|
|
- width: 98.2%;
|
|
|
+ width: 98%;
|
|
|
"
|
|
|
v-if="hd.actName != ''"
|
|
|
>
|
|
@@ -1081,6 +1081,7 @@
|
|
|
hd.driQuestion.imgBox[0].type == 3) ||
|
|
|
hd.driQuestion.data.length
|
|
|
"
|
|
|
+ style="margin: 0"
|
|
|
>
|
|
|
<div class="whiteBg whiteLeft">
|
|
|
<div class="navBgTop">
|
|
@@ -1096,7 +1097,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<el-button
|
|
|
- v-if="selectHeight('poAObj'+ hdIndex)"
|
|
|
+ v-if="selectHeight('poAObj' + hdIndex)"
|
|
|
@click="selectNav(hd.driQuestion.brief)"
|
|
|
>查看更多</el-button
|
|
|
>
|
|
@@ -1167,7 +1168,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<el-button
|
|
|
- v-if="selectHeight('poACon'+ hdIndex)"
|
|
|
+ v-if="selectHeight('poACon' + hdIndex)"
|
|
|
@click="selectNav(hd.tarDesign.brief)"
|
|
|
>查看更多</el-button
|
|
|
>
|
|
@@ -1238,7 +1239,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<el-button
|
|
|
- v-if="selectHeight('poExp'+ hdIndex)"
|
|
|
+ v-if="selectHeight('poExp' + hdIndex)"
|
|
|
@click="selectNav(hd.actiDesign.brief)"
|
|
|
>查看更多</el-button
|
|
|
>
|
|
@@ -1310,7 +1311,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<el-button
|
|
|
- v-if="selectHeight('poAEva'+ hdIndex)"
|
|
|
+ v-if="selectHeight('poAEva' + hdIndex)"
|
|
|
@click="selectNav(hd.evaDesign.brief)"
|
|
|
>查看更多</el-button
|
|
|
>
|
|
@@ -1393,7 +1394,9 @@
|
|
|
<div>阶段{{ jdIndex + 1 }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <el-button v-if="selectHeight('poAct'+ jdIndex)" @click="selectNav(jd.brief)"
|
|
|
+ <el-button
|
|
|
+ v-if="selectHeight('poAct' + jdIndex)"
|
|
|
+ @click="selectNav(jd.brief)"
|
|
|
>查看更多</el-button
|
|
|
>
|
|
|
</div>
|
|
@@ -1414,7 +1417,11 @@
|
|
|
</div>
|
|
|
</div> -->
|
|
|
|
|
|
- <div class="proOverNav" v-html="jd ? jd.brief : ''" :id="'poAct' + jdIndex"></div>
|
|
|
+ <div
|
|
|
+ class="proOverNav"
|
|
|
+ v-html="jd ? jd.brief : ''"
|
|
|
+ :id="'poAct' + jdIndex"
|
|
|
+ ></div>
|
|
|
<div class="fileLook" v-if="pptImgUrl2.proData[jdIndex]">
|
|
|
<div class="whiteRight">
|
|
|
<div class="fileTopAll">
|