Merge branch 'develop' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage into develop

This commit is contained in:
wyx
2022-12-08 17:17:42 +08:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -2861,7 +2861,7 @@ const columns1 = [
}, },
}, },
{ {
title: "上线时间", title: "发布时间",
width: 160, width: 160,
dataIndex: "pubtime", dataIndex: "pubtime",
key: "10", key: "10",