Authored by 邱骏

Merge branch 'hotfix/fix-sstyles' into 'develop'

修改头部样式



See merge request !137
... ... @@ -129,7 +129,7 @@ export default {
<style lang="scss" scoped>
.btn-follow {
min-width: 110px;
min-width: 100px;
height: 50px;
padding: 0 10px;
font-size: 24px;
... ...
... ... @@ -610,7 +610,7 @@ export default {
}
/deep/ .opts {
padding-right: 10px;
padding-right: 20px;
}
}
... ...
... ... @@ -102,8 +102,8 @@ export default {
overflow: hidden;
.widget-avatar {
width: 70px;
height: 70px;
width: 60px;
height: 60px;
display: block;
}
... ...