123
This commit is contained in:
@@ -375,9 +375,17 @@
|
|||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.MyPostList {
|
.MyPostList {
|
||||||
padding-bottom: 40px;
|
padding-bottom: 40px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
.userinfo {
|
.userinfo {
|
||||||
margin: 24px 0;
|
position: sticky;
|
||||||
|
top: 0px;
|
||||||
|
margin: 0 0 24px;
|
||||||
|
border-top: 24px solid #eee;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
||||||
.top {
|
.top {
|
||||||
|
|||||||
Reference in New Issue
Block a user