公告历史

This commit is contained in:
zhangyc
2022-12-08 17:14:13 +08:00
parent eb90a2f65c
commit d74443e12b
2 changed files with 3 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ export default {
return message.warning("请输入公告内容");
} else {
let obj = {
notice: state.noticeContent1,
notice: state.noticeContent,
projectId: props.projectId,
title: "",
};
@@ -147,7 +147,7 @@ export default {
.noticeTitle {
margin-left: 32px;
margin-right: 32px;
// padding-top: 20px;
margin-bottom: 100px;
.notitle {
height: 55px;
border-bottom: 1px solid #ededed;