Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-insurance
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.frontend
pica-insurance
提交
8dfa4f20
提交
8dfa4f20
编写于
8月 04, 2023
作者:
史文彬
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: ui optimize
上级
fa628636
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
40 行增加
和
21 行删除
+40
-21
index.vue
src/views/appointDetails/index.vue
+40
-21
未找到文件。
src/views/appointDetails/index.vue
浏览文件 @
8dfa4f20
...
...
@@ -10,12 +10,12 @@
<div
class=
"detail-status"
>
<img
v-if=
"expireFlag"
src=
"https://files.yunqueyi.com/image/png/common/20230
301105920798
.png"
src=
"https://files.yunqueyi.com/image/png/common/20230
804161425552
.png"
alt=
""
>
<img
v-else
src=
"https://files.yunqueyi.com/image/png/common/202308041
42305549
.png"
src=
"https://files.yunqueyi.com/image/png/common/202308041
61508175
.png"
alt=
""
>
...
...
@@ -30,8 +30,14 @@
<div
class=
"detection-time mb5"
>
{{
detailInfo
.
appointmentTimeStr2
}}
</div>
<div
class=
"detail-top-info"
>
<div
class=
"detail-top-address"
>
<div
class=
"detail-top-info"
:class=
"
{ 'navigation-img--active': !isRemark }"
>
<div
class=
"detail-top-address"
:class=
"
{ 'navigation-img--active': isRemark }"
>
<div
class=
"detail-top-address-name"
>
{{
detailInfo
.
hospitalName
||
'--'
}}
</div>
...
...
@@ -48,24 +54,24 @@
>
<img
class=
"navigation-img"
src=
"https://files.yunqueyi.com/image/png/common/20230
301160437750
.png"
src=
"https://files.yunqueyi.com/image/png/common/20230
80416441238
.png"
>
<div
class=
"navigation-text"
>
<
!--
<
div
class=
"navigation-text"
>
导航
</div>
</div>
-->
</div>
</div>
<div
v-if=
"
detailInfo.hospitalRemarks && detailInfo.hospitalRemarks !== ''
"
v-if=
"isRemark"
class=
"detail-top-hospitalInfo"
>
<img
src=
"https://files.yunqueyi.com/image/png/common/20230228181040335.png"
alt=
""
>
{{
detailInfo
.
hospitalRemarks
}}
提示备注信息提示备注信息提示备注信息提示
{{
detailInfo
.
hospitalRemarks
}}
</div>
</div>
</div>
...
...
@@ -260,6 +266,12 @@ export default {
}
,
computed
:
{
...
mapGetters
(
'home'
,
[
'insuranceInfo'
]),
isRemark
()
{
return
(
this
.
detailInfo
.
hospitalRemarks
&&
this
.
detailInfo
.
hospitalRemarks
!==
''
);
}
,
}
,
created
()
{
...
...
@@ -633,8 +645,8 @@ export default {
color
:
#
212121
;
line
-
height
:
18
px
;
img
{
width
:
2
4
px
;
height
:
2
4
px
;
width
:
2
0
px
;
height
:
2
0
px
;
margin
-
right
:
6
px
;
}
}
...
...
@@ -654,6 +666,7 @@ export default {
flex
-
direction
:
column
;
align
-
items
:
center
;
justify
-
content
:
center
;
margin
-
bottom
:
10
px
;
.
cancel
-
code
{
width
:
165
px
;
...
...
@@ -679,12 +692,15 @@ export default {
}
}
.
navigation
-
img
--
active
{
background
-
image
:
url
(
'https://files.yunqueyi.com/image/png/common/2023080416421136.png'
)
!
important
;
background
-
position
:
100
%
!
important
;
background
-
size
:
cover
!
important
;
}
.
detail
-
top
-
info
{
background
:
#
f9fafb
;
background
-
color
:
#
f9fafb
;
border
-
radius
:
11
px
;
padding
-
bottom
:
10
px
;
background
-
image
:
url
(
'https://files.yunqueyi.com/image/png/common/20230804154424560.png'
);
background
-
position
:
100
%
;
.
detail
-
top
-
img
{
position
:
relative
;
left
:
50
%
;
...
...
@@ -696,18 +712,21 @@ export default {
.
detail
-
top
-
hospitalInfo
{
position
:
relative
;
display
:
flex
;
padding
-
left
:
27
px
;
font
-
size
:
13
px
;
font
-
family
:
PingFangSC
-
Regular
,
PingFang
SC
;
font
-
weight
:
400
;
color
:
#
212121
;
line
-
height
:
19
px
;
align
-
items
:
center
;
padding
:
10
px
0
10
px
27
px
;
border
-
top
:
1
px
solid
f0f1f2
;
background
-
color
:
#
f9fafb
;
border
-
radius
:
0
0
11
px
11
px
;
img
{
position
:
absolute
;
left
:
12
px
;
top
:
1
px
;
top
:
1
2
px
;
width
:
12
px
;
height
:
14
px
;
margin
-
right
:
5
px
;
...
...
@@ -769,8 +788,8 @@ export default {
top
:
13
px
;
right
:
12
px
;
.
navigation
-
img
{
width
:
28
px
;
height
:
28
px
;
width
:
36
px
;
margin
-
bottom
:
4
px
;
}
.
navigation
-
text
{
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录