From f0c300d1be81394c04b65c966d5120200fdde6ca Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Sun, 25 Jun 2023 16:09:50 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E5=BF=83=E7=90=86=E7=9B=91?= =?UTF-8?q?=E6=B5=8B=E8=AF=A6=E6=83=85=20=20=20=20=20-=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=207=E5=A4=A9=20=E5=92=8C=2030=E5=A4=A9=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=9F=A5=E7=9C=8B=E5=8A=9F=E8=83=BD=20=20=20=20=20-?= =?UTF-8?q?=20=E4=BC=98=E5=8C=96=20=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=86=85=E5=AE=B9=20=20=20=20=20-=20=E5=A2=9E=E5=8A=A0=20?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=88=B0=E9=9A=8F=E6=89=8B=E7=B2=BE=E7=81=B5?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +- src/config/models.js | 2 +- .../health/psychological-main/index.scss | 6 + src/views/health/psychological-main/index.vue | 22 ++- src/views/health/psychological/index.scss | 10 +- src/views/health/psychological/index.vue | 166 ++++++++++++++---- src/views/psychological-modeling/index.vue | 23 ++- 7 files changed, 186 insertions(+), 55 deletions(-) diff --git a/README.md b/README.md index 575ade1..9f221da 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -526,4 +526,12 @@ update update - 心理监测详情 - 今天趋势饼状图 - - 修改 百分比显示值,取小数点后面一位 \ No newline at end of file + - 修改 百分比显示值,取小数点后面一位 + +## v1.0.66 +`2023.6.25` +update +- 心理监测详情 + - 增加 7天 和 30天数据查看功能 + - 优化 页面样式内容 + - 增加 返回到随手精灵逻辑 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index c5ff508..b3c84c4 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -5,7 +5,7 @@ * @FilePath: \TelpoH5FrontendWeb\src\config\models.js * @description: */ -export const VERSION_MODEL = '1.0.65F'; //版本号 +export const VERSION_MODEL = '1.0.66F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/health/psychological-main/index.scss b/src/views/health/psychological-main/index.scss index 1d9511c..f132716 100644 --- a/src/views/health/psychological-main/index.scss +++ b/src/views/health/psychological-main/index.scss @@ -3,6 +3,12 @@ width: 100%; overflow: hidden; background-color: #F4F8FB; + .nav-bar-title { + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + } .main { height: calc(100vh - 45px); background-color: #F4F8FB; diff --git a/src/views/health/psychological-main/index.vue b/src/views/health/psychological-main/index.vue index 8fc613b..441a6d6 100644 --- a/src/views/health/psychological-main/index.vue +++ b/src/views/health/psychological-main/index.vue @@ -1,6 +1,15 @@