diff --git a/src/apps/AppEpidemicSituation/Health.vue b/src/apps/AppEpidemicSituation/Health.vue index 6bc87def..bcbb67fd 100644 --- a/src/apps/AppEpidemicSituation/Health.vue +++ b/src/apps/AppEpidemicSituation/Health.vue @@ -60,10 +60,15 @@ @@ -211,6 +216,23 @@ export default { height: 4px; background: #f5f5f5; } + + .templates { + display: flex; + align-items: center; + + padding: 32px; + box-shadow: inset 0px -1px 0px 0px #dddddd; + img { + width: 128px; + height: 128px; + // border-radius: 50%; + // border: 1px solid #cccccc; + } + .rightCont { + margin-left: 32px; + } + } } } diff --git a/src/apps/AppEpidemicSituation/components/img/user-img.png b/src/apps/AppEpidemicSituation/components/img/user-img.png new file mode 100644 index 00000000..ae49d85f Binary files /dev/null and b/src/apps/AppEpidemicSituation/components/img/user-img.png differ