Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f91f43a5
authored
2020-05-13 12:14:29 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
8a698e31
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
7 deletions
src/components/filter-comp/filter-comp.scss
src/pages/custom-service/components/e-correspondence-enquiry.scss
src/pages/custom-service/components/e-correspondence-enquiry.vue
src/pages/custom-service/components/e-correspondence-head-list.scss
src/pages/custom-service/components/insurance-query.vue
src/pages/custom-service/custom-service.scss
src/styles/_common.scss
src/components/filter-comp/filter-comp.scss
View file @
f91f43a
...
...
@@ -55,7 +55,7 @@
.btn
{
@include
btc4
(
144px
,
42px
,
16px
);
margin
:
36px
36
px
36px
;
margin
:
36px
24
px
36px
;
@extend
.pointer
;
}
...
...
src/pages/custom-service/components/e-correspondence-enquiry.scss
View file @
f91f43a
...
...
@@ -2,6 +2,7 @@
.container
{
font-size
:
$fontSize-M2
;
width
:
100%
;
}
.cell-group
{
...
...
src/pages/custom-service/components/e-correspondence-enquiry.vue
View file @
f91f43a
...
...
@@ -2,11 +2,11 @@
<div
class=
"container"
>
<!-- 登陆/注册提示 -->
<auth
@
onLogin=
"userLogin"
@
onLogout=
"userLogout"
:checkProfile=
"true"
:tipModel=
"'m1'"
ref=
"auth"
></auth>
<
div
v-if=
"showForm"
>
<
!--
<div
v-if=
"showForm"
>
--
>
<!-- 保单列表 -->
<e-correspondence-head-list
:multiSelectable=
"false"
@
onSelect=
"handlePolicySelect"
></e-correspondence-head-list>
<e-correspondence-head-list
v-if=
"showForm"
:multiSelectable=
"false"
@
onSelect=
"handlePolicySelect"
></e-correspondence-head-list>
<
/div
>
<
!--
</div>
--
>
</div>
</
template
>
...
...
src/pages/custom-service/components/e-correspondence-head-list.scss
View file @
f91f43a
...
...
@@ -3,6 +3,7 @@
overflow-x
:
auto
;
margin-bottom
:
24px
;
font-size
:
$fontSize-M2
;
// width: 100%;
}
.hide
{
...
...
src/pages/custom-service/components/insurance-query.vue
View file @
f91f43a
...
...
@@ -4,7 +4,7 @@
<auth
@
onLogin=
"userLogin"
@
onLogout=
"userLogout"
:checkProfile=
"true"
:tipModel=
"'m1'"
ref=
"auth"
></auth>
<div
v-if=
"showForm"
>
<!-- 保单列表 -->
<policy-head-list
:multiSelectable=
"false"
@
onSelect=
"handlePolicySelect"
></policy-head-list>
<policy-head-list
style=
"width:100%;"
:multiSelectable=
"false"
@
onSelect=
"handlePolicySelect"
></policy-head-list>
<!-- 保单详情 -->
<template
v-if=
"dataForm"
>
...
...
src/pages/custom-service/custom-service.scss
View file @
f91f43a
...
...
@@ -112,7 +112,7 @@
.right-panel
{
margin
:
0
auto
;
width
:
auto
;
//
width: auto;
}
}
...
...
src/styles/_common.scss
View file @
f91f43a
...
...
@@ -142,7 +142,7 @@
height
:
15px
;
pointer-events
:
none
;
cursor
:
default
;
z-index
:
10
00
;
z-index
:
9
00
;
}
.eye
{
...
...
Please
register
or
sign in
to post a comment