Browse Source

update

- 心理监测详情
    - 修改 页面方框文字大小
master
JinxChen 1 year ago
parent
commit
91f3fa0926
2 changed files with 6 additions and 4 deletions
  1. +3
    -2
      README.md
  2. +3
    -2
      src/views/health/psychological/index.scss

+ 3
- 2
README.md View File

@@ -1,7 +1,7 @@
<!--
* @Date: 2022-08-17 16:19:13
* @LastEditors: JinxChen
* @LastEditTime: 2023-07-04 14:36:02
* @LastEditTime: 2023-07-05 09:57:41
* @FilePath: \TelpoH5FrontendWeb\README.md
* @description: 项目说明
-->
@@ -612,4 +612,5 @@ update
`2023.7.5`
update
- 心理监测详情
- 修改 页面文字
- 修改 页面文字
- 修改 页面方框文字大小

+ 3
- 2
src/views/health/psychological/index.scss View File

@@ -104,7 +104,7 @@ $newBlue: #638EE4;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 15px;
font-size: 12px;
padding: 9px 0;
.item-left {
display: flex;
@@ -117,10 +117,11 @@ $newBlue: #638EE4;
margin: 0 4px;
}
span {
font-size: 15px;
font-size: 12px;
}
.text {
color: #000;
font-size: 12px;
}
}
.item-right {


Loading…
Cancel
Save