Merge branch 'hotfix/fix-sstyles' into 'develop'
修改头部样式 See merge request !137
Showing
3 changed files
with
4 additions
and
4 deletions
@@ -129,7 +129,7 @@ export default { | @@ -129,7 +129,7 @@ export default { | ||
129 | 129 | ||
130 | <style lang="scss" scoped> | 130 | <style lang="scss" scoped> |
131 | .btn-follow { | 131 | .btn-follow { |
132 | - min-width: 110px; | 132 | + min-width: 100px; |
133 | height: 50px; | 133 | height: 50px; |
134 | padding: 0 10px; | 134 | padding: 0 10px; |
135 | font-size: 24px; | 135 | font-size: 24px; |
@@ -102,8 +102,8 @@ export default { | @@ -102,8 +102,8 @@ export default { | ||
102 | overflow: hidden; | 102 | overflow: hidden; |
103 | 103 | ||
104 | .widget-avatar { | 104 | .widget-avatar { |
105 | - width: 70px; | ||
106 | - height: 70px; | 105 | + width: 60px; |
106 | + height: 60px; | ||
107 | display: block; | 107 | display: block; |
108 | } | 108 | } |
109 | 109 |
-
Please register or login to post a comment