mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
fix: 修复notice样式绑定路径错误 (#3218)
* fix: 修复notice样式绑定路径错误 * fix: 修改notice的style嵌套结构以匹配template结构 --------- Co-authored-by: wuzhican <3245076860@qq.com>
This commit is contained in:
parent
295f7eef1a
commit
ee8ec9eacf
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user