Browse Source

捐款页面样式问题

wangxin 6 years ago
parent
commit
a58765b386
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/donations/index.vue

+ 1 - 1
src/view/donations/index.vue

@@ -89,7 +89,7 @@
 
 <style scoped>
     .donations {
-        height: 100vh;
+        min-height: 100vh;
         display: flex;
         flex-direction: column;
         justify-content: space-between;