This commit is contained in:
wanglei
2021-12-09 17:37:22 +08:00
parent 1d9b035fd4
commit 1ecaca8049
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
<span>{{ detail.startTime && detail.startTime.substr(0, 16) }} {{ detail.endTime && detail.endTime.substr(0, 16) }}</span>
</u-row>
<u-gap height="8"></u-gap>
<u-row>
<u-row style="align-items: start;flex-wrap: nowrap;">
<img :src="$cdn + 'common/location.png'" alt="">
<span>{{ detail.address }}</span>
</u-row>