|
@@ -278,6 +278,11 @@
|
|
|
style="padding: 10px"
|
|
|
id="poDetail"
|
|
|
></div>
|
|
|
+ <div
|
|
|
+ style="margin: 33px 0px 0px 15px; color: rgb(112, 112, 120)"
|
|
|
+ >
|
|
|
+ 项目方案与活动案例:
|
|
|
+ </div>
|
|
|
<div class="fileBox" style="width: 97.5%; margin: 10px auto">
|
|
|
<div
|
|
|
class="fileList"
|
|
@@ -339,6 +344,7 @@
|
|
|
</div>
|
|
|
<div
|
|
|
class="fileLook"
|
|
|
+ style="width: 96%"
|
|
|
v-if="
|
|
|
pptImgUrl2.infoData != undefined &&
|
|
|
Object.keys(pptImgUrl2.infoData).length
|
|
@@ -353,7 +359,7 @@
|
|
|
alt=""
|
|
|
/>
|
|
|
</div>
|
|
|
- <div>项目方案与活动案例</div>
|
|
|
+ <div>{{ pptImgUrl2.infoData.name }}</div>
|
|
|
</div>
|
|
|
<el-button @click="lookFile1(pptImgUrl2.infoData.url)"
|
|
|
>全屏查看</el-button
|
|
@@ -2291,6 +2297,7 @@ export default {
|
|
|
url: a.data[i].url,
|
|
|
type: a.data[i].type,
|
|
|
id: i + 1,
|
|
|
+ name: a.data[i].name,
|
|
|
proVisible: false,
|
|
|
});
|
|
|
}
|
|
@@ -3531,7 +3538,7 @@ body {
|
|
|
flex-wrap: nowrap;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
- background: #4b79a3;
|
|
|
+ background: #2f89dd;
|
|
|
color: #fff;
|
|
|
height: 38px;
|
|
|
border-top-left-radius: 8px;
|
|
@@ -3583,7 +3590,7 @@ body {
|
|
|
box-shadow: 2px 2px 13px 1px #e1e1e1;
|
|
|
}
|
|
|
.file > div > div:nth-child(1) {
|
|
|
- background: #286a8d;
|
|
|
+ background: #0c74ab;
|
|
|
color: #fff;
|
|
|
width: 95px;
|
|
|
min-width: 95px;
|