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;
|
display: inline-block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-item {
|
.list-item {
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
|
|
@ -182,6 +182,7 @@
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
|
@ -199,5 +200,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue