diff --git a/README.md b/README.md index b87a0fb..17f77c8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -612,4 +612,5 @@ update `2023.7.5` update - 心理监测详情 - - 修改 页面文字 \ No newline at end of file + - 修改 页面文字 + - 修改 页面方框文字大小 \ No newline at end of file diff --git a/src/views/health/psychological/index.scss b/src/views/health/psychological/index.scss index 226709d..d265892 100644 --- a/src/views/health/psychological/index.scss +++ b/src/views/health/psychological/index.scss @@ -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 {