From db9602b85fcd3e500c01eb2f2e26a64ae8f62bfa Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Wed, 5 Jan 2022 15:54:58 +0800 Subject: [PATCH] =?UTF-8?q?style:=20calender=E6=A0=BC=E5=BC=8F=E5=8F=8A?= =?UTF-8?q?=E7=BB=86=E8=8A=82=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 4 + CHANGELOG.md | 7 ++ components/Calendar/Calendar.vue | 96 +++++++------- components/Calendar/generateDates.js | 2 +- pages/index/index.vue | 179 +++++++++++++-------------- 5 files changed, 148 insertions(+), 140 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 32f4dc5..4bbcf3c 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -2,6 +2,10 @@ // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 "version": "0.0", "configurations": [{ + "app-plus" : + { + "launchtype" : "local" + }, "default" : { "launchtype" : "local" diff --git a/CHANGELOG.md b/CHANGELOG.md index 301b0bd..a6db990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,17 @@ - | first commit | [8dc26de](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/8dc26de) - | vue3 | [12ed2ad](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/12ed2ad) - | 使用uview完成api请求 | [1b3efd8](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/1b3efd8) + - | 日历页添加 | [1b46a91](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/1b46a91) - | 日历页首页 | [561c8e6](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/561c8e6) - | 更新代码 | [392c8cc](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/392c8cc) +### chore +范围|描述|commitId +--|--|-- + - | editorconfig update | [0c08089](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/0c08089) + + 范围|描述|commitId --|--|-- - | Initial commit | [52b8f49](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/52b8f49) diff --git a/components/Calendar/Calendar.vue b/components/Calendar/Calendar.vue index e37a2d5..0fe5138 100644 --- a/components/Calendar/Calendar.vue +++ b/components/Calendar/Calendar.vue @@ -1,9 +1,14 @@