mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
公告历史
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user