shish 1 an în urmă
părinte
comite
06c40e0502
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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>