This commit is contained in:
yanran200730
2023-03-20 14:54:22 +08:00
parent 32871fdc1b
commit cb885fa456

View File

@@ -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 {