Authored by 邱骏

修改关注宽度和位置

... ... @@ -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;
}
}
... ...