Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songrui
frontend-h5
Commits
ce5e16a9
Commit
ce5e16a9
authored
Sep 20, 2024
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
筛查结果文案修改
parent
9d26b311
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Result.vue
src/resident/screening/first/form/Result.vue
+5
-1
No files found.
src/resident/screening/first/form/Result.vue
View file @
ce5e16a9
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
存在慢性病患病风险,可前往医院进一步检查。
存在慢性病患病风险,可前往医院进一步检查。
</p>
</p>
<p
class=
"tip"
v-else
>
<p
class=
"tip"
v-else
>
通过筛查,您的慢病高危评估结果为:
一般人群
。目前不存在慢性病患病风险,若有疑问,可前往医院进一步检查。
通过筛查,您的慢病高危评估结果为:
<span
class=
"bold"
>
一般人群
</span>
。目前不存在慢性病患病风险,若有疑问,可前往医院进一步检查。
</p>
</p>
<div
class=
"result text-12"
v-if=
"screenInfo.screenResult === 2"
>
<div
class=
"result text-12"
v-if=
"screenInfo.screenResult === 2"
>
...
@@ -69,6 +69,10 @@ export default {
...
@@ -69,6 +69,10 @@ export default {
color: #595959;
color: #595959;
line-height: 1.5;
line-height: 1.5;
font-size: 12px;
font-size: 12px;
.bold {
color: #262626;
font-weight: 600;
}
}
}
.result {
.result {
background-color: #F8FAFC;
background-color: #F8FAFC;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment