up
chenyc
2022-09-27 d664ad16afcee39e2e3e6438f93e7261bcffcd11
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>