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
8abc8f32
Commit
8abc8f32
authored
Nov 06, 2024
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
居民端小程序 筛查、随访、指导 样式重新优化
parent
4537d996
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
12 deletions
+14
-12
index.html
public/index.html
+3
-3
List.vue
src/residentWX/guide/List.vue
+1
-1
List.vue
src/residentWX/screening/List.vue
+2
-3
FirstDetail.vue
src/residentWX/screening/detail/FirstDetail.vue
+5
-2
SecondDetail.vue
src/residentWX/screening/detail/SecondDetail.vue
+1
-1
List.vue
src/residentWX/visit/List.vue
+2
-2
No files found.
public/index.html
View file @
8abc8f32
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
'viewport'
content=
'width=device-width, initial-scale=1.0, user-scalable=0, viewport-fit=cover'
/>
<meta
name=
'viewport'
content=
'width=device-width, initial-scale=1.0, user-scalable=0, viewport-fit=cover'
/>
<link
rel=
'icon'
href=
'<%= BASE_URL %>favicon.ico'
>
<link
rel=
'icon'
href=
'<%= BASE_URL %>favicon.ico'
>
<title><
%=
htmlWebpackPlugin
.
options
.
title
%
></title>
<title><
%=
htmlWebpackPlugin
.
options
.
title
%
></title>
<script
src=
'https://cdn.bootcdn.net/ajax/libs/vConsole/3.3.4/vconsole.min.js'
></script
>
<!-- <script src='https://cdn.bootcdn.net/ajax/libs/vConsole/3.3.4/vconsole.min.js'></script>--
>
</head>
</head>
<body>
<body>
<noscript>
<noscript>
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
<!-- built files will be auto injected -->
<!-- built files will be auto injected -->
</body>
</body>
<script>
<script>
var
vConsole
=
new
VConsole
();
/*
var vConsole =new VConsole();
console
.
log
(
'Hello world'
);
console.log('Hello world');
*/
</script>
</script>
</html>
</html>
src/residentWX/guide/List.vue
View file @
8abc8f32
...
@@ -163,7 +163,7 @@ export default {
...
@@ -163,7 +163,7 @@ export default {
position: relative;
position: relative;
display: flex;
display: flex;
margin-bottom: 8px;
margin-bottom: 8px;
&:last-
child
{
&:last-
of-type
{
margin-bottom: 0;
margin-bottom: 0;
}
}
}
}
...
...
src/residentWX/screening/List.vue
View file @
8abc8f32
...
@@ -162,11 +162,10 @@ export default {
...
@@ -162,11 +162,10 @@ export default {
background-color: #fff;
background-color: #fff;
border-radius: 12px;
border-radius: 12px;
>div {
>div {
position: relative;
display: flex;
display: flex;
margin-bottom: 8px;
margin-bottom: 8px;
&:last-
child
{
&:last-
of-type
{
margin-bottom: 0;
margin-bottom: 0
!important
;
}
}
}
}
.label {
.label {
...
...
src/residentWX/screening/detail/FirstDetail.vue
View file @
8abc8f32
...
@@ -13,9 +13,9 @@
...
@@ -13,9 +13,9 @@
<span
class=
"name"
>
{{
userInfo
.
residentName
}}
</span>
<span
class=
"name"
>
{{
userInfo
.
residentName
}}
</span>
</div>
</div>
<div
class=
'lh-22'
>
<div
class=
'lh-22'
>
<div
class=
'mt-3'
>
筛查日期:
{{
info
.
screenDate
||
'-'
}}
</div>
<div
class=
'mt-3'
>
筛查日期:
<span
class=
'color-26'
>
{{
info
.
screenDate
||
'-'
}}
</span>
</div>
<span>
慢病高危评估结果:
</span>
<span>
慢病高危评估结果:
</span>
<span
:class=
"
{'text-red': info.screenResult !== 1 }">
{{
info
.
screenResultName
}}
</span>
<span
:class=
"
{'text-red': info.screenResult !== 1
, 'color-26': info.screenResult === 1
}">
{{
info
.
screenResultName
}}
</span>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -259,4 +259,7 @@ table {
...
@@ -259,4 +259,7 @@ table {
.lh-22 {
.lh-22 {
line-height: 22px;
line-height: 22px;
}
}
.color-26 {
color: #262626;
}
</
style
>
</
style
>
src/residentWX/screening/detail/SecondDetail.vue
View file @
8abc8f32
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<span
v-if=
'info.specialScreenResult ==9'
>
您并未存在高危风险。
</span>
<span
v-if=
'info.specialScreenResult ==9'
>
您并未存在高危风险。
</span>
</div>
</div>
<div
v-if=
'info.specialScreenResult && info.specialScreenResult !=9'
<div
v-if=
'info.specialScreenResult && info.specialScreenResult !=9'
class=
'flex items-center flex-wrap gap-x-2.5 gap-y-1'
>
class=
'flex items-center flex-wrap gap-x-2.5 gap-y-1
mt-2
'
>
<div
v-for=
'(item, index) in highRiskList'
:key=
'index'
class=
'tag tag-red'
>
<div
v-for=
'(item, index) in highRiskList'
:key=
'index'
class=
'tag tag-red'
>
<span>
{{
item
.
name
}}
:
</span><span
class=
'color-red'
>
{{
item
.
num
||
0
}}
项
</span>
<span>
{{
item
.
name
}}
:
</span><span
class=
'color-red'
>
{{
item
.
num
||
0
}}
项
</span>
</div>
</div>
...
...
src/residentWX/visit/List.vue
View file @
8abc8f32
...
@@ -192,12 +192,12 @@ export default {
...
@@ -192,12 +192,12 @@ export default {
position: relative;
position: relative;
display: flex;
display: flex;
margin-bottom: 8px;
margin-bottom: 8px;
&:last-
child
{
&:last-
of-type
{
margin-bottom: 0;
margin-bottom: 0;
}
}
}
}
.label {
.label {
min-width:
6
em;
min-width:
7
em;
color: #8C8C8C;
color: #8C8C8C;
}
}
}
}
...
...
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