|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<view class="yc_main bg_ff">
|
|
|
<view class="pos_r">
|
|
|
- <u-icon name="setting" class="setting" size="24" @click="navigateTo('psw')"></u-icon>
|
|
|
+ <u-icon name="setting" class="setting" size="44" @click="navigateTo('psw')"></u-icon>
|
|
|
<lxCalendar @change="dateChange" :dot_lists="dateArr"></lxCalendar>
|
|
|
</view>
|
|
|
|
|
@@ -25,7 +25,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <u-icon name="plus-circle-fill" color="#2979ff" size="44" class="btn_add" @click="navigateTo('edit')"></u-icon>
|
|
|
+ <u-icon name="plus-circle-fill" color="#2979ff" size="88" class="btn_add" @click="navigateTo('edit')"></u-icon>
|
|
|
<version></version>
|
|
|
</view>
|
|
|
</template>
|
|
@@ -35,7 +35,7 @@ let tagInfo = "[/pages/manager/index.vue]";
|
|
|
import basePage from "@/libs/base-page.js";
|
|
|
import lxCalendar from "../../components/lx-calendar/lx-calendar.vue";
|
|
|
import dayjs from "dayjs";
|
|
|
-import Manager from "../../libs/model/manager";
|
|
|
+import Manager from "../../libs/model/Manager";
|
|
|
export default {
|
|
|
//name: "index-me",
|
|
|
mixins: [basePage],
|