This commit is contained in:
shijingjing
2023-03-20 14:54:48 +08:00

View File

@@ -375,9 +375,17 @@
<style scoped lang="scss">
.MyPostList {
padding-bottom: 40px;
box-sizing: border-box;
* {
box-sizing: border-box;
}
.userinfo {
margin: 24px 0;
position: sticky;
top: 0px;
margin: 0 0 24px;
border-top: 24px solid #eee;
background: #fff;
.top {