@ -2,7 +2,7 @@
"name" : "时物链条",
"appid" : "__UNI__3CBCFFF",
"description" : "",
"versionName" : "1.0.3",
"versionName" : "1.0.5",
"versionCode" : "100",
"transformPx" : false,
/* 5+App特有相关 */
@ -8,7 +8,7 @@
<style lang="scss" scoped>
image {
width: 100%;
height: calc(100% - var(--status-bar-height));
height: calc(100vh - 44px - var(--status-bar-height));
object-fit: cover;
}
</style>