Pārlūkot izejas kodu

Merge branch 'test_zyh' of United_Software/k_online_ui into test

Jack Zhou 7 mēneši atpakaļ
vecāks
revīzija
2abed593cf

+ 0 - 1
src/components/NotificationMessageCard/src/components/EventCard.vue

@@ -185,7 +185,6 @@ const jumpTracking = (data: EventCardPropsData) => {
 
 <style lang="scss" scoped>
 .notification-card {
-  // max-width: 640px;
   margin-bottom: 16px;
   &.is-read {
     & > .header {

+ 0 - 3
src/views/Layout/src/components/Header/components/NotificationDrawer.vue

@@ -149,7 +149,6 @@ div.layout-toolbar {
     background-color: var(--color-dialog-body-bg);
   }
   .password-notifications {
-    margin-bottom: 16px;
     .header {
       display: flex;
       align-items: center;
@@ -187,8 +186,6 @@ div.layout-toolbar {
     }
   }
   .feature-update {
-    margin-bottom: 16px;
-
     .header {
       display: flex;
       align-items: center;

+ 6 - 0
src/views/Layout/src/components/Header/components/TrainingCard.vue

@@ -164,5 +164,11 @@ const closeMessage = () => {
   :deep(.notification-card) {
     margin-bottom: 0px;
   }
+  :deep(.feature-update) {
+    margin-bottom: 0px;
+  }
+  :deep(.password-notifications) {
+    margin-bottom: 0px;
+  }
 }
 </style>