|
@@ -10,10 +10,10 @@
|
|
|
<div class="address">{{walletStore.account}}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div
|
|
|
+ <van-button
|
|
|
class="footer-btn im-copy-btn"
|
|
|
- :data-clipboard-text="walletStore.account">{{ $t('wallet.Copy') }}
|
|
|
- </div>
|
|
|
+ :data-clipboard-text="walletStore.account" type="primary" size="large" >{{ $t('wallet.Copy') }}
|
|
|
+ </van-button>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -77,9 +77,9 @@ const qrtext = walletStore.account;
|
|
|
|
|
|
}
|
|
|
.footer-btn{
|
|
|
- height: 40px;
|
|
|
- // line-height: 40px !important;
|
|
|
- background: linear-gradient( 90deg, @theme-color1 0%, #40A4FB 100%);
|
|
|
+ height: 40px !important;
|
|
|
+ line-height: 40px !important;
|
|
|
+ background: linear-gradient( 90deg, @theme-color1 0%, #40A4FB 100%) !important;
|
|
|
border-radius:51px;
|
|
|
font-family: PingFang SC, PingFang SC;
|
|
|
font-weight: 500;
|
|
@@ -87,7 +87,6 @@ const qrtext = walletStore.account;
|
|
|
padding: 9px 0;
|
|
|
box-sizing: border-box;
|
|
|
color: #fff;
|
|
|
- text-align: center;
|
|
|
}
|
|
|
}
|
|
|
</style>
|