From d664ad16afcee39e2e3e6438f93e7261bcffcd11 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 27 九月 2022 16:17:20 +0800
Subject: [PATCH] up
---
src/views/record/index.vue | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/src/views/record/index.vue b/src/views/record/index.vue
index a7996b7..35d4d8e 100644
--- a/src/views/record/index.vue
+++ b/src/views/record/index.vue
@@ -1,5 +1,10 @@
<template>
<div class="record">
+ <van-nav-bar
+ title=""
+ left-text="返回"
+ left-arrow
+ />
<div>
<van-calendar
color="#769AFF"
@@ -141,4 +146,14 @@
}
}
}
+ .fanhui{
+ // padding-top: 20px;
+ width: 100%;
+ background: #4696F9;
+ text-align: center;
+ border-radius: 5px;
+ color:#FFFFFF;
+ height: 36px;
+ line-height: 36px;
+}
</style>
\ No newline at end of file
--
Gitblit v1.8.0