Commit 397937e2 authored by Damon's avatar Damon

feat: 悬浮窗位置

parent b6b87dd5
......@@ -129,7 +129,7 @@
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.upload-progress {
width: 100%;
height: 100%;
......
......@@ -60,7 +60,7 @@
</view>
</scroll-view>
</view>
<upload-progress></upload-progress>
<upload-progress />
</TabBarPage>
</template>
......
......@@ -313,6 +313,7 @@
:cancel-btn="true"
@click="uploadSelect"
></u-action-sheet>
<upload-progress />
</view>
</template>
<script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment