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

bug fixes

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