Browse Source

Merge branch 'master' of http://192.168.3.207:10080/jianyu/jy-docs

xgwangman 4 years ago
parent
commit
b56ad72e67
1 changed files with 2 additions and 1 deletions
  1. 2 1
      jydocs-mobile/src/components/Recharge.vue

+ 2 - 1
jydocs-mobile/src/components/Recharge.vue

@@ -78,6 +78,7 @@ export default class extends Vue {
             display: flex;
             justify-content: flex-start;
             align-items: center;
+            height: 100%;
             .thumbnail{
                 width: 48px;
                 height: 60px;
@@ -92,7 +93,7 @@ export default class extends Vue {
                 flex-direction: column;
                 justify-content: space-between;
                 width: 250px;
-                height: 60px;
+                height: 80px;
                 .t_right_name{
                     color: #171826;
                     font-size: 15px;