shish 2 лет назад
Родитель
Сommit
8cb229d05e
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      ghsApp/src/admin/expend/list.vue

+ 3 - 3
ghsApp/src/admin/expend/list.vue

@@ -1,10 +1,10 @@
 <template>
 <template>
 <view class="app-content">
 <view class="app-content">
-	<view style="padding:20upx 0 30upx 50upx;font-size:30upx;">
+	<view style="padding:20upx 0 30upx 50upx;font-size:32upx;">
 		<view>
 		<view>
 			<text @click="changeBx()">{{ bx == -1 ? '报销状态' : bx == 0 ? '待报销' : '已报销' }}</text>
 			<text @click="changeBx()">{{ bx == -1 ? '报销状态' : bx == 0 ? '待报销' : '已报销' }}</text>
-			<text style="margin-left:60upx;" @click="changeType()">{{ typeName }}</text>
-			<text style="margin-left:60upx;" @click="changePayMan()">{{ getStaffName }}</text>
+			<text style="margin-left:70upx;" @click="changeType()">{{ typeName }}</text>
+			<text style="margin-left:70upx;" @click="changePayMan()">{{ getStaffName }}</text>
 		</view>
 		</view>
 	</view>
 	</view>
 	<view style="margin-left:50upx;margin-bottom:26upx;position:relative;">
 	<view style="margin-left:50upx;margin-bottom:26upx;position:relative;">