diff --git a/src/apps/AppMeetingNotice/components/detail.vue b/src/apps/AppMeetingNotice/components/detail.vue index 8aa7349d..10a11a0a 100644 --- a/src/apps/AppMeetingNotice/components/detail.vue +++ b/src/apps/AppMeetingNotice/components/detail.vue @@ -59,10 +59,10 @@
确认会议
- + + + + @@ -309,15 +309,14 @@ .u-row { & > div { - background-color: #2266FF; border-radius: 50%; text-align: center; font-size: 22px; font-weight: bold; - color: #FFFFFF; display: flex; align-items: center; justify-content: center; + margin-left: 8px; } & > span { diff --git a/src/apps/AppNotification/AppNotification.vue b/src/apps/AppNotification/AppNotification.vue index afa4219e..61525a2c 100644 --- a/src/apps/AppNotification/AppNotification.vue +++ b/src/apps/AppNotification/AppNotification.vue @@ -272,7 +272,7 @@ export default { padding: 32px; .card { - height: 208px; + height: 255px; display: flex; flex-direction: column; justify-content: space-between; diff --git a/src/apps/AppNotification/components/detail.vue b/src/apps/AppNotification/components/detail.vue index bf9500c4..ac1d2654 100644 --- a/src/apps/AppNotification/components/detail.vue +++ b/src/apps/AppNotification/components/detail.vue @@ -141,7 +141,6 @@ text-align: center; font-size: 22px; font-weight: bold; - color: #FFFFFF; display: flex; align-items: center; justify-content: center;