diff --git a/src/components/echartsPie.vue b/src/components/echartsPie.vue index 20f9bc0..fd2ffa8 100644 --- a/src/components/echartsPie.vue +++ b/src/components/echartsPie.vue @@ -89,6 +89,7 @@ export default { orient: 'vertical', // right: 10, left: '80%', + // right:'50%', top: 20, bottom: 20, } diff --git a/src/views/ProjectInfo.vue b/src/views/ProjectInfo.vue index db37cb4..1660623 100644 --- a/src/views/ProjectInfo.vue +++ b/src/views/ProjectInfo.vue @@ -174,21 +174,21 @@ style="position: absolute;width:100%;height: 470px;left:0;top:0;background-color: #ffffff;z-index: 999;">

< 返回

-
+ style="width:18%;height:100%;float:left;color: #606266;line-height: 250%;cursor: pointer;margin-left: 7%;"> 返回

+

{{ findGgInfoContent.announcementTitle }}

-
+ +
删除
+ 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.announcementPublisherName }}   -
-
+    发布人:{{ findGgInfoContent.announcementPublisherName }}
+
{{ findGgInfoContent.announcementContent }}
@@ -198,9 +198,9 @@ - -

+ +

{{ item.announcementTitle }}

{{ item.announcementPublisherName }} 发布于 {{ item.announcementPublishTime }}

@@ -679,7 +679,7 @@ export default { font-size: 14px; } - +.xfH3:hover{color: #409eff;text-decoration: underline;} .gg-info-txt { }