Skip to content

Commit

Permalink
fix: 修复notice样式绑定路径错误 (#3218)
Browse files Browse the repository at this point in the history
* fix: 修复notice样式绑定路径错误

* fix: 修改notice的style嵌套结构以匹配template结构

---------

Co-authored-by: wuzhican <3245076860@qq.com>
  • Loading branch information
wuzhican and wuzhican committed Oct 31, 2023
1 parent 295f7ee commit ee8ec9e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/layouts/default/header/components/notify/NoticeList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
display: inline-block !important;
}
&-item {
.list-item {
padding: 6px;
overflow: hidden;
transition: all 0.3s;
Expand All @@ -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;
}
}
}
Expand Down

0 comments on commit ee8ec9e

Please sign in to comment.