no message
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<view class="content top-view">
|
||||
|
||||
<TopSafe bgColor="rgba(0,0,0,0)"></TopSafe>
|
||||
<Header bgColor="rgba(0,0,0,0)" color="#fff" title="数字积分兑换" style="min-height:88rpx;" />
|
||||
<view class="top-panel">
|
||||
<TopSafe bgColor="rgba(0,0,0,0)"></TopSafe>
|
||||
<Header bgColor="rgba(0,0,0,0)" color="#fff" title="数字积分兑换" style="min-height:88rpx;" />
|
||||
|
||||
<text class="text-24 text-white" style="margin-top:24rpx">股东行权</text>
|
||||
<text class="text-88 text-white text-bold" style="margin-top:24rpx">{{ curData ? curData.curAmount : 0 }}
|
||||
<text class="text-44 text-white">数字积分(TBC)</text>
|
||||
@@ -172,7 +172,7 @@ export default {
|
||||
width:100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height:calc(330rpx + 88rpx + var(--status-bar-height));
|
||||
min-height:calc(330rpx + var(--status-bar-height));
|
||||
padding: 0 32rpx;
|
||||
box-sizing: border-box;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user