空白格 3 年之前
父節點
當前提交
154b6ec489

+ 5 - 5
pages/dataOverview/todayOverview/todayOverview.scss

@@ -68,7 +68,7 @@
 				}
 			}
 			&-menu {
-				background-color: #EDF3FF;
+				// background-color: #EDF3FF;
 				border-radius: 5px;
 				padding: 15px 0;
 				margin-top: 10px;
@@ -79,22 +79,22 @@
 					&-item {
 						width: 33%;
 						text-align: center;
-						border-right: solid 1px #979797;
+						border-right: solid 1px #EDF3FF;
 						&:last-child {
 							border-right: none;
 						}
 						&-total {
 							color: #303030;
-							font-size: 14px;
+							font-size: 12px;
 							text {
-								font-size: 25px;
+								font-size: 16px;
 								font-weight: bold;
 								color: #FF0000;
 							}
 						}
 						&-title {
 							color: #878787;
-							font-size: 13px;
+							font-size: 11px;
 						}
 					}
 				}

+ 1 - 1
pages/dataOverview/todayOverview/todayOverview.vue

@@ -24,7 +24,7 @@
 					<view class="list">
 						<view class="list-item">
 							<view class="list-item-total">
-								<text>2342</text>元
+								<text>2342.00</text>元
 							</view>
 							<view class="list-item-title">今日欠费</view>
 						</view>