shish 11 сар өмнө
parent
commit
06f08286e9

+ 5 - 0
hdPad/src/pages/home/components/balanceChange.vue

@@ -138,6 +138,7 @@ export default {
     flex-direction: column;
     max-height: 100vh;
     box-sizing: border-box;
+    flex: 1;
     
     .balance-title {
         padding: 3upx;
@@ -156,6 +157,7 @@ export default {
         overflow-x: hidden;
         padding: 0 2upx;
         box-sizing: border-box;
+        width: 100%;
     }
     
     .empty-data {
@@ -173,6 +175,7 @@ export default {
     width: 100%;
     background: #f5f7fa;
     box-shadow: 0 2upx 4upx rgba(0,0,0,0.1);
+    flex: 1;
     
     .table-row {
         display: flex;
@@ -190,12 +193,14 @@ export default {
     margin: 0 0;
     font-size: 8upx;
     box-sizing: border-box;
+    flex: 1;
     
     .table-row {
         display: flex;
         align-items: center;
         min-height: 30upx;
         border-bottom: 1px solid #f0f0f0;
+        width: 100%;
         
         &.table-header {
             background: #f5f7fa;