|
|
@@ -23,6 +23,7 @@
|
|
|
</block>
|
|
|
</scroll-view>
|
|
|
</view>
|
|
|
+ <button class="admin-button-com middle blue code-entry-btn" @click="$util.pageTo({ url: '/admin/cg/code' })">获取收款码</button>
|
|
|
</view>
|
|
|
</template>
|
|
|
<script>
|
|
|
@@ -102,6 +103,12 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
+.code-entry-btn {
|
|
|
+ position: fixed;
|
|
|
+ right: 30upx;
|
|
|
+ bottom: calc(30upx + env(safe-area-inset-bottom));
|
|
|
+ z-index: 99;
|
|
|
+}
|
|
|
.allot-ex-page {
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
@@ -110,7 +117,7 @@ export default {
|
|
|
.allot-list {
|
|
|
margin-top: 20upx;
|
|
|
flex: 1;
|
|
|
- padding-bottom: 30upx;
|
|
|
+ padding-bottom: calc(120upx + env(safe-area-inset-bottom));
|
|
|
.allot-item {
|
|
|
margin-bottom: 1upx;
|
|
|
padding: 30upx;
|