diff --git a/src/apps/AppMeetingNotice/detail.vue b/src/apps/AppMeetingNotice/detail.vue index 1cad7d21..86036e41 100644 --- a/src/apps/AppMeetingNotice/detail.vue +++ b/src/apps/AppMeetingNotice/detail.vue @@ -116,6 +116,7 @@ export default { }, onLoad(opt) { this.id = opt.id; + document.title = "会议详情"; }, computed: { ...mapState(["user"]), @@ -279,23 +280,13 @@ export default { justify-content: space-between; background-color: #ffffff; box-sizing: border-box; - padding: 0 50px; + padding: 112px 50px 0; border-bottom: 1px solid #E4E5E6; .left { display: flex; align-items: center; - &:after { - content: ""; - position: absolute; - right: 0; - bottom: 0; - width: 622px; - height: 2px; - background-color: rgba(216, 221, 230, 0.5); - } - .name { font-size: 30px; font-weight: 600;