|
|
@@ -377,7 +377,7 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
.me-page {
|
|
|
min-height: 100vh;
|
|
|
- padding-bottom: 32upx;
|
|
|
+ padding-bottom: 0upx;
|
|
|
background: #f2f7f4;
|
|
|
}
|
|
|
|
|
|
@@ -474,7 +474,7 @@ export default {
|
|
|
flex: 1;
|
|
|
min-width: 0;
|
|
|
color: #33383f;
|
|
|
- font-size: 24upx;
|
|
|
+ font-size: 26upx;
|
|
|
line-height: 28upx;
|
|
|
}
|
|
|
|
|
|
@@ -483,8 +483,8 @@ export default {
|
|
|
}
|
|
|
|
|
|
.quick-action-icon {
|
|
|
- width: 44upx;
|
|
|
- height: 44upx;
|
|
|
+ width: 46upx;
|
|
|
+ height: 46upx;
|
|
|
display: block;
|
|
|
}
|
|
|
|