diff --git a/pages/my-code/my-code.vue b/pages/my-code/my-code.vue index 878f593..90dc51e 100644 --- a/pages/my-code/my-code.vue +++ b/pages/my-code/my-code.vue @@ -2,17 +2,13 @@ - + {{ +item.time | formatDate }} - - {{ item.district }},{{ item.address }} - + {{ item.district }},{{ item.address }} - + 体温:{{ item.animalHeat }}℃, @@ -20,39 +16,27 @@ - - 武汉接触史 - - - 患者接触史 - + 武汉接触史 + 患者接触史 - - 境外人员接触史 - - - 在校 - - - 不在校 - + 境外人员接触史 + 在校 + 不在校 紧急联系人:{{ item.emergencyName }}     {{ item.emergencyPhone }} 备注:{{ item.remark }} - - + + - - 您还没有申请健康码,请点击右下角加号申请健康码。 - + 您还没有申请健康码,请点击右下角加号申请健康码。 - @@ -162,15 +149,15 @@ align-items: left; font-size: 36rpx; margin-bottom: 20rpx; - - .data-title{ + + .data-title { line-height: 60rpx; color: $black; } } } - - .add-btn{ + + .add-btn { position: fixed; bottom: 40rpx; right: 40rpx; @@ -180,7 +167,8 @@ padding: 0; z-index: 1; } - .add-btn::after{ + + .add-btn::after { border: none; }