Browse Source

Merge branch 'feat' of ssh://101.201.226.163:50022/TALL/TALL-MUI-4 into feat

test2
wally 4 years ago
parent
commit
5fe96de3c7
  1. 2
      manifest.json
  2. 2
      pages/workbench/workbench.vue

2
manifest.json

@ -2,7 +2,7 @@
"name" : "时物链条", "name" : "时物链条",
"appid" : "__UNI__3CBCFFF", "appid" : "__UNI__3CBCFFF",
"description" : "", "description" : "",
"versionName" : "1.0.3", "versionName" : "1.0.5",
"versionCode" : "100", "versionCode" : "100",
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */

2
pages/workbench/workbench.vue

@ -8,7 +8,7 @@
<style lang="scss" scoped> <style lang="scss" scoped>
image { image {
width: 100%; width: 100%;
height: calc(100% - var(--status-bar-height)); height: calc(100vh - 44px - var(--status-bar-height));
object-fit: cover; object-fit: cover;
} }
</style> </style>

Loading…
Cancel
Save