diff --git a/miniprogram/pages/reportRepair/query/record/record.wxml b/miniprogram/pages/reportRepair/query/record/record.wxml index 06d96ce..adbbdcd 100644 --- a/miniprogram/pages/reportRepair/query/record/record.wxml +++ b/miniprogram/pages/reportRepair/query/record/record.wxml @@ -4,7 +4,7 @@ {{item.repairName}} - + 类型: {{item.typeName + '/' + item.deviceName}} 地点: {{item.address + '/' + item.floor}} @@ -30,7 +30,7 @@ {{item.repairName}} - + 类型: {{item.typeName + '/' + item.deviceName}} 地点: {{item.address + '/' + item.floor}} @@ -55,7 +55,7 @@ {{item.repairName}} - + 类型: {{item.typeName + '/' + item.deviceName}} 地点: {{item.address + '/' + item.floor}} @@ -81,7 +81,7 @@ {{item.repairName}} - + 类型: {{item.typeName + '/' + item.deviceName}} 地点: {{item.address + '/' + item.floor}} diff --git a/miniprogram/pages/reportRepair/query/record/record.wxss b/miniprogram/pages/reportRepair/query/record/record.wxss index 4b401c3..22eead9 100644 --- a/miniprogram/pages/reportRepair/query/record/record.wxss +++ b/miniprogram/pages/reportRepair/query/record/record.wxss @@ -13,7 +13,7 @@ } .itemView .topTitle { - font-size: 28rpx; + font-size: 30rpx; font-weight: bold; } @@ -46,6 +46,8 @@ text-overflow: ellipsis; white-space: nowrap; word-break: break-all; + + font-size: 26rpx; } .itemView .centerView .rightView .labelContent:first-of-type {