diff --git a/pagesA/force/index/index.vue b/pagesA/force/index/index.vue
index 784ddc3..e7b856b 100644
--- a/pagesA/force/index/index.vue
+++ b/pagesA/force/index/index.vue
@@ -1,9 +1,9 @@
-
-
-
-
-
-
-
-
- {{ baseInfo.buildingName || "" }}{{ baseInfo.unitName || ""
+
+
+
+ {{ baseInfo.buildingName || "" }}{{ baseInfo.unitName || ""
}}{{ baseInfo.houseName || ""
- }}{{ baseInfo.roomTypeName || "" }}
+ }}{{ baseInfo.roomTypeName || "" }}
-
-
-
- {{
+
+
+ {{
baseInfo.graduateName || ""
}}
-
-
-
-
- {{
+
+
+
+ {{
baseInfo.gender == 1 ? "男" : baseInfo.gender == 2 ? "女" : ""
- }}
+ }}
-
- {{
+
+ {{
baseInfo.telephone || ""
}}
-
-
-
-
-
-
+
-
-
- 说明
-
- 上传图片/视频
-
-
-
-
-
- 点击上传
-
-
-
-
- 提交
-
-
-
-
-
-
-
+
+
+ 说明
+
+ 上传图片/视频
+
+
+
+
+
+
+ 点击上传
+
+
+
+
+ 提交
+
+
+
+
+
+
+
+ ::v-deep .u-form-item .u-form-item__body__left .u-form-item__body__left__content__label {
+ color: #68758b !important;
+ font-size: 28rpx;
+ }
+
\ No newline at end of file