diff --git a/src/apps/AppMeetingNotice/detail.vue b/src/apps/AppMeetingNotice/detail.vue index 86036e41..158c8729 100644 --- a/src/apps/AppMeetingNotice/detail.vue +++ b/src/apps/AppMeetingNotice/detail.vue @@ -7,10 +7,10 @@ - {{detail.userName}} + {{ detail.userName }} - {{detail.userName}} + {{ detail.userName }} @@ -260,16 +260,6 @@ export default { background-color: #F5F5F5; padding-bottom: 140px; - - ::v-deep .AiTopFixed { - margin-bottom: 16px; - - .content { - padding: 0 !important; - } - } - - .att-list { min-height: 100%; @@ -280,7 +270,7 @@ export default { justify-content: space-between; background-color: #ffffff; box-sizing: border-box; - padding: 112px 50px 0; + padding: 0 50px; border-bottom: 1px solid #E4E5E6; .left {