luyisha 3 years ago
parent
commit
b1e33135b4
  1. BIN
      src/assets/img/success.png
  2. 6
      src/components/SecondaryNav.vue
  3. 5
      src/views/profile/certification.vue
  4. 3
      src/views/server/index.vue
  5. 3
      src/views/wallet/address.vue
  6. 3
      src/views/wallet/funding.vue
  7. 3
      src/views/wallet/transfer.vue

BIN
src/assets/img/success.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

6
src/components/SecondaryNav.vue

@ -200,7 +200,7 @@ export default {
<style lang="scss" scoped>
.SecondaryNav {
width: 180px;
height: calc(100vh - 68px);
height: 100%;
background : #fff;
border-right: 1px solid #f5f5f5;
@ -208,13 +208,9 @@ export default {
&.navBarWrap {
position: fixed;
// top: 68px;
top: 0;
left: 0;
// bottom: 382px;
// z-index: 999;
z-index: 0;
height: 100%;
}
.SecondaryNavWidth {
width: 100%;

5
src/views/profile/certification.vue

@ -1,7 +1,7 @@
<template>
<div class="profile-page d-flex">
<secondary-nav></secondary-nav>
<div class="container" style="min-height: 870px;">
<div class="container" >
<div class="w-100 d-flex justify-content-center mb-3 mt-4">
<div class="h3">{{$t('profile.realName')}}</div>
</div>
@ -242,7 +242,8 @@
</div>
<div v-else-if="detail.status==2">
<p class="mt-3 mb-4" style="font-size:18px">{{$t('profile.congratulations')}}{{detail.status_text_lang}}</p>
<i class="el-icon-circle-check my-4 increace" style="font-size:60px"></i>
<!-- <i class="el-icon-circle-check my-4 increace" style="font-size:60px"></i> -->
<img src="../../assets/img/success.png" alt="" width="50px" style="margin: 24px auto;">
<div class="text-center">
<button
type="button"

3
src/views/server/index.vue

@ -1,8 +1,7 @@
<template>
<div class="d-flex">
<secondary-nav></secondary-nav>
<div class="container" style="min-height: 870px;">
<!-- min-height 防止页面滚动闪动 -->
<div class="container">
<div class="row" style="margin:0px;">
<div class="edit-content py-4">
<div v-html="article.body" v-cloak></div>

3
src/views/wallet/address.vue

@ -1,8 +1,7 @@
<template>
<div class="wallet-page d-flex">
<secondary-nav></secondary-nav>
<div class="container" style="min-height: 870px;">
<!-- min-height 防止页面滚动起来会闪动 -->
<div class="container">
<div
class="w-100 d-flex justify-content-between align-items-center mb-3 mt-4"
>

3
src/views/wallet/funding.vue

@ -1,8 +1,7 @@
<template>
<div class="wallet-page d-flex">
<secondary-nav></secondary-nav>
<div class="container" style="min-height: 870px;">
<!-- min-height 防止页面滚动起来会闪动 -->
<div class="container">
<div class="w-100 d-flex justify-content-between align-items-center mb-3 mt-4">
<div class="h3">{{$t('wallet.recharge')}}&{{$t('wallet.withdrawal')}}</div>
</div>

3
src/views/wallet/transfer.vue

@ -1,8 +1,7 @@
<template>
<div class="wallet22-page d-flex">
<secondary-nav></secondary-nav>
<div class="container" style="min-height: 870px;">
<!-- min-height 防止页面滚动起来会闪动 -->
<div class="container">
<div class="w-100 d-flex justify-content-between align-items-center mb-3 mt-4">
<div class="h3">{{$t('wallet.transfer')}}</div>
</div>

Loading…
Cancel
Save