修改公告样式
parent
bcd4aa9ed2
commit
0028ac53a9
|
@ -89,6 +89,7 @@ export default {
|
||||||
orient: 'vertical',
|
orient: 'vertical',
|
||||||
// right: 10,
|
// right: 10,
|
||||||
left: '80%',
|
left: '80%',
|
||||||
|
// right:'50%',
|
||||||
top: 20,
|
top: 20,
|
||||||
bottom: 20,
|
bottom: 20,
|
||||||
}
|
}
|
||||||
|
|
|
@ -174,21 +174,21 @@
|
||||||
style="position: absolute;width:100%;height: 470px;left:0;top:0;background-color: #ffffff;z-index: 999;">
|
style="position: absolute;width:100%;height: 470px;left:0;top:0;background-color: #ffffff;z-index: 999;">
|
||||||
<div style="width:100%;height:10%;float:left;">
|
<div style="width:100%;height:10%;float:left;">
|
||||||
<p @click="gbGgBosShow()"
|
<p @click="gbGgBosShow()"
|
||||||
style="width:20%;height:100%;float:left;color: #606266;line-height: 250%;cursor: pointer;"> < 返回</p>
|
style="width:18%;height:100%;float:left;color: #606266;line-height: 250%;cursor: pointer;margin-left: 7%;"> <i class="el-icon" style="margin: 13px 4px 0 0;float: left;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="currentColor" d="M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z"></path></svg></i>返回</p>
|
||||||
<div style="min-width:60%;height:100%;float:left;line-height: 250%;text-align: center;">
|
<div style="min-width:50%;height:100%;float:left;line-height: 250%;text-align: center;">
|
||||||
<h3>{{ findGgInfoContent.announcementTitle }} </h3></div>
|
<h3>{{ findGgInfoContent.announcementTitle }} </h3></div>
|
||||||
<div @click="showDelbox(findGgInfoContent.announcementId)"
|
<!-- //level为几能看公告不确定 看起来是只有1才可以删?还是等后续确定了我再改下面的吧 -->
|
||||||
style="width:20%;height:100%;float:right;color: #409EFF;line-height: 250%;text-align: center;cursor: pointer;">
|
<div v-if="findGgInfoContent.announcementPublisherAccessLevel == 2 || findGgInfoContent.announcementPublisherAccessLevel == 1" @click="showDelbox(findGgInfoContent.announcementId)"
|
||||||
|
style="width:18%;height:100%;float:right;color: #409EFF;line-height: 250%;text-align: right;cursor: pointer;margin-right: 7%;box-sizing: border-box;padding-right: 3px;">
|
||||||
删除
|
删除
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
style="width:100%;height:7%;float:left;line-height: 250%;text-align: right;background:#EBEFF1;color: #898989;font-size:14px ">
|
style="width:90%;height:7%;font-size:12px;float:left;margin-left:5%;line-height: 250%;text-align: center;background:#EBEFF1;color: #898989;font-size:14px ">
|
||||||
日期:{{ findGgInfoContent.announcementPublishTime }}
|
日期:{{ findGgInfoContent.announcementPublishTime }}
|
||||||
发布人:{{ findGgInfoContent.announcementPublisherName }}
|
发布人:{{ findGgInfoContent.announcementPublisherName }}</div>
|
||||||
</div>
|
<div style="width:100%;height:110%;float:left;line-height: 120%;text-align: left;overflow: auto;padding: 0px 8% 0px 10%;box-sizing: border-box;margin-top: 20px;">
|
||||||
<div style="width:100%;height:80%;float:left;line-height: 120%;text-align: left;overflow: auto;">
|
|
||||||
{{ findGgInfoContent.announcementContent }}
|
{{ findGgInfoContent.announcementContent }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -198,9 +198,9 @@
|
||||||
<el-timeline>
|
<el-timeline>
|
||||||
<el-timeline-item timestamp="" placement="top" v-for="(item, index) in ggList" :key="index">
|
<el-timeline-item timestamp="" placement="top" v-for="(item, index) in ggList" :key="index">
|
||||||
<el-row :gutter="12">
|
<el-row :gutter="12">
|
||||||
<el-card @click="findggInfo(item.announcementId)">
|
<el-card style="width:96%;" @click="findggInfo(item.announcementId)">
|
||||||
<h3
|
<h3 class="xfH3"
|
||||||
style="white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis; overflow: hidden;width:524px;cursor: pointer;height:100%">
|
style="white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis; overflow: hidden;width:524px;cursor: pointer;height:100%;">
|
||||||
{{ item.announcementTitle }}</h3>
|
{{ item.announcementTitle }}</h3>
|
||||||
<p> {{ item.announcementPublisherName }} 发布于 {{ item.announcementPublishTime }}</p>
|
<p> {{ item.announcementPublisherName }} 发布于 {{ item.announcementPublishTime }}</p>
|
||||||
</el-card>
|
</el-card>
|
||||||
|
@ -679,7 +679,7 @@ export default {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.xfH3:hover{color: #409eff;text-decoration: underline;}
|
||||||
.gg-info-txt {
|
.gg-info-txt {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue