shish 1 년 전
부모
커밋
06c40e0502
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ghsApp/src/admin/expend/stat.vue

+ 2 - 2
ghsApp/src/admin/expend/stat.vue

@@ -7,8 +7,8 @@
 
 	<block v-if="!$util.isEmpty(bxList)">
 		<view v-for="(item, index) in bxList" :key="index">
-			<view style="background-color: white;margin-bottom:10upx;padding:20upx 0 20upx 20upx;">
-				<view style="font-size:33upx;margin-bottom:20upx;">
+			<view style="background-color: white;margin-bottom:5upx;padding:20upx 0 20upx 20upx;">
+				<view style="font-size:33upx;margin-bottom:10upx;">
 					<view><text style="font-weight:bold;">{{item.staffName?item.staffName:''}}</text></view>
 					<view><text>总支出:¥{{ item.totalAmount }}</text></view>
 					<view><text>已报销:¥{{ item.hasAmount }}</text></view>