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 @@