提交 0e288e68 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 ad997778
......@@ -13,6 +13,7 @@
max-width: 750px;
min-height: 100vh;
margin: 0 auto;
background-color: #fff;
overflow: hidden;
}
</style>
......@@ -94,7 +94,7 @@ body {
line-height: 1.4;
color: #1b1b1b;
font-family: -apple-system-font, 'Helvetica Neue', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
background-color: #fff;
background-color: #f4f4f4;
}
input[type='search']::-webkit-search-cancel-button {
display: none;
......
......@@ -73,7 +73,6 @@ export default {
<style lang="scss" scoped>
.my-activity-item {
position: relative;
display: flex;
margin-bottom: 15px;
}
.my-activity-item-bd {
......
......@@ -15,6 +15,7 @@
@click.stop="
$router.push({ name: 'groupMember', params: { id: detail.id }, query: { is_mine: detail.is_mine } })
"
style="margin: 0"
>
成员列表
</div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论