Browse Source

样式优化

chenrui 4 years ago
parent
commit
11365c39af
1 changed files with 8 additions and 2 deletions
  1. 8 2
      src/pages/pagesA/usageRecord/index.vue

+ 8 - 2
src/pages/pagesA/usageRecord/index.vue

@@ -98,7 +98,10 @@ export default {
     padding: 20rpx 10rpx;
     .header-item{
       flex-grow: 1;
-      width: 33.333%;
+      width: 40%;
+    }
+    .header-item:last-child{
+      width: 20%;
     }
   }
   .usage-record-content{
@@ -112,7 +115,10 @@ export default {
         padding: 20rpx 10rpx;
         .item-con{
           flex-grow: 1;
-          width: 33.333%;
+          width: 40%;
+        }
+        .item-con:last-child{
+          width: 20%;
         }
       }
     }