From a12843b9025cfab792b960e004ef64b733f92a04 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 17 Dec 2021 09:34:51 +0800 Subject: [PATCH] BUG 25520 --- src/sass/AppMeetingNotice/detail.vue | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/sass/AppMeetingNotice/detail.vue b/src/sass/AppMeetingNotice/detail.vue index 630f55b0..25c95cb1 100644 --- a/src/sass/AppMeetingNotice/detail.vue +++ b/src/sass/AppMeetingNotice/detail.vue @@ -286,16 +286,6 @@ export default { 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;