diff --git a/src/layouts/default/header/components/notify/NoticeList.vue b/src/layouts/default/header/components/notify/NoticeList.vue index 47e1e245..28645fce 100644 --- a/src/layouts/default/header/components/notify/NoticeList.vue +++ b/src/layouts/default/header/components/notify/NoticeList.vue @@ -162,7 +162,7 @@ display: inline-block !important; } - &-item { + .list-item { padding: 6px; overflow: hidden; transition: all 0.3s; @@ -182,21 +182,21 @@ margin-right: 0; } } + } - .avatar { - margin-top: 4px; - } + .avatar { + margin-top: 4px; + } - .description { - font-size: 12px; - line-height: 18px; - } + .description { + font-size: 12px; + line-height: 18px; + } - .datetime { - margin-top: 4px; - font-size: 12px; - line-height: 18px; - } + .datetime { + margin-top: 4px; + font-size: 12px; + line-height: 18px; } } }