From a5f4dd223bd0fc3ef727891d68b830ef825e23ba Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Mon, 22 Apr 2024 15:20:16 +0800
Subject: [PATCH] Merge branch 'ziyouqishi' into api.essencefunds.com
---
src/page/user/cashlist.vue | 32 ++++++++++++++++++++++++++++----
1 files changed, 28 insertions(+), 4 deletions(-)
diff --git a/src/page/user/cashlist.vue b/src/page/user/cashlist.vue
index ed9e2fb..97e2c47 100644
--- a/src/page/user/cashlist.vue
+++ b/src/page/user/cashlist.vue
@@ -1,11 +1,19 @@
<template>
<div class="wrapper">
+ <van-nav-bar
+ :placeholder="true"
+ :safe-area-inset-top="true"
+ :title="$t('hj162')"
+ left-arrow
+ @click-left="$router.go(-1)"
+ >
+ </van-nav-bar>
<div>
- <div class="box page-part transaction">
- <div class="box-contain clearfix">
- <cashList></cashList>
- </div>
+ <!-- <div class="box page-part transaction"> -->
+ <div class="box-contain clearfix">
+ <cashList></cashList>
</div>
+ <!-- </div> -->
</div>
</div>
</template>
@@ -46,6 +54,22 @@
};
</script>
<style lang="less" scoped>
+/deep/ .van-nav-bar__content {
+ height: 65px;
+}
+/deep/ .van-nav-bar__title {
+ font-family: "DINPro";
+ width: 100%;
+ height: 1.17333rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-style: normal;
+ font-weight: 500;
+ font-size: 0.48rem;
+ color: #14181f;
+}
+
.mint-header {
// background: #f4f4f4;
margin-bottom: 0.2rem;
--
Gitblit v1.9.3