zzzz
2024-04-22 a5f4dd223bd0fc3ef727891d68b830ef825e23ba
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;