|
@@ -71,7 +71,7 @@
|
|
|
</div>
|
|
|
<div class="navBox" :class="{ isNavBox: isNavTop >= 300 }">
|
|
|
<div class="navTop" @click="jump('first')">
|
|
|
- <div class="navImg">
|
|
|
+ <div class="navImg" style="width:24px;">
|
|
|
<img src="../../../../assets/icon/anliDetail/proOver.png" alt="" />
|
|
|
</div>
|
|
|
<div>项目基础信息</div>
|
|
@@ -387,7 +387,7 @@
|
|
|
<div
|
|
|
class="jdTopBox"
|
|
|
id="second"
|
|
|
- style="padding: 20px 0 10px 0px"
|
|
|
+ style="padding: 20px 0 15px 0px"
|
|
|
v-if="
|
|
|
(anliBox[0].overview.driQuestion.brief != '' ||
|
|
|
anliBox[0].overview.driQuestion.imgBox.length > 0 ||
|
|
@@ -967,7 +967,7 @@
|
|
|
class="jdTopBox"
|
|
|
v-if="anliBox[0].process.stageBox[0].staTitle != ''"
|
|
|
id="third"
|
|
|
- style="padding: 20px 0 10px 0px"
|
|
|
+ style="padding: 20px 0 15px 0px"
|
|
|
>
|
|
|
<div class="jdTopNav">
|
|
|
<div class="jdNavBg">项目安排</div>
|
|
@@ -1358,7 +1358,7 @@
|
|
|
class="jdTopBox"
|
|
|
id="fouth"
|
|
|
v-if="anliBox[0].process.stageBox[0].brief != ''"
|
|
|
- style="padding: 20px 20px 20px 0px"
|
|
|
+ style="padding: 20px 20px 15px 0px"
|
|
|
>
|
|
|
<div class="jdTopNav">
|
|
|
<div class="bigNavBg" style="width: 155px">项目活动过程</div>
|
|
@@ -1406,15 +1406,7 @@
|
|
|
</div>
|
|
|
</div> -->
|
|
|
|
|
|
- <div
|
|
|
- class="proOverNav"
|
|
|
- v-html="jd ? jd.brief : ''"
|
|
|
- style="
|
|
|
- margin: 10px 0px 0px 20px;
|
|
|
- padding: 10px;
|
|
|
- background: rgb(243, 243, 243);
|
|
|
- "
|
|
|
- ></div>
|
|
|
+ <div class="proOverNav" v-html="jd ? jd.brief : ''"></div>
|
|
|
<div class="fileLook" v-if="pptImgUrl2.proData[jdIndex]">
|
|
|
<div class="whiteRight">
|
|
|
<div class="fileTopAll">
|
|
@@ -1548,7 +1540,7 @@
|
|
|
anliBox[0].proexc.imgBox.length > 0 ||
|
|
|
anliBox[0].proexc.data.length
|
|
|
"
|
|
|
- style="padding: 20px 20px 20px 0px"
|
|
|
+ style="padding: 20px 20px 15px 0px"
|
|
|
>
|
|
|
<div class="jdTopNav">
|
|
|
<div class="bigNavBg" style="width: 212px">
|
|
@@ -1744,7 +1736,7 @@
|
|
|
anliBox[0].results.imgBox.length > 0 ||
|
|
|
anliBox[0].results.data.length
|
|
|
"
|
|
|
- style="padding: 20px 20px 20px 0px"
|
|
|
+ style="padding: 20px 20px 15px 0px"
|
|
|
>
|
|
|
<div class="jdTopNav">
|
|
|
<div class="bigNavBg">项目成效与反思</div>
|
|
@@ -3314,7 +3306,7 @@ body {
|
|
|
flex-direction: column;
|
|
|
flex-wrap: nowrap;
|
|
|
align-items: flex-start;
|
|
|
- margin: 10px 0 0 0;
|
|
|
+ margin: 20px 0 0 0;
|
|
|
}
|
|
|
.fileLook {
|
|
|
display: flex;
|
|
@@ -3322,7 +3314,7 @@ body {
|
|
|
flex-direction: row;
|
|
|
flex-wrap: nowrap;
|
|
|
align-items: center;
|
|
|
- margin: 5px auto 10px;
|
|
|
+ margin: 10px auto 10px;
|
|
|
border: 1px solid #ccc;
|
|
|
border-radius: 15px;
|
|
|
}
|
|
@@ -3340,14 +3332,14 @@ body {
|
|
|
overflow: auto;
|
|
|
word-break: break-word;
|
|
|
margin-left: 10px;
|
|
|
- width: 95%;
|
|
|
+ width: 95.5%;
|
|
|
padding: 0 10px 10px 0;
|
|
|
border-radius: 5px;
|
|
|
height: auto;
|
|
|
max-height: 500px;
|
|
|
line-height: 30px;
|
|
|
padding: 10px;
|
|
|
- background: rgb(243, 243, 243);
|
|
|
+ background: #f7f7f7;
|
|
|
margin: 10px auto 0;
|
|
|
}
|
|
|
.noImg {
|
|
@@ -3544,6 +3536,7 @@ body {
|
|
|
}
|
|
|
.navBgTop >>> .el-button {
|
|
|
height: 35px;
|
|
|
+ line-height: 11px;
|
|
|
}
|
|
|
.header-title {
|
|
|
display: flex;
|
|
@@ -3837,7 +3830,7 @@ ol {
|
|
|
.leftNav {
|
|
|
position: fixed;
|
|
|
left: 4%;
|
|
|
- top: 75%;
|
|
|
+ top: 70%;
|
|
|
transform: translateY(-60%);
|
|
|
z-index: 999;
|
|
|
max-width: 225px;
|