Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
ydLife
Commits
3e193d29
Commit
3e193d29
authored
Aug 02, 2022
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
8e0b901d
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
src/app/my/application-process/signature/signature.component.html
+1
-1
src/app/my/customer-relation/customer-relation.component.html
+1
-1
src/app/my/customer-relation/customer-relation.component.scss
+1
-1
src/app/my/my-business/my-business.component.scss
+1
-1
src/app/my/renewal-reminder-detail/renewal-reminder-detail.component.scss
+1
-1
src/styles.scss
+1
-1
No files found.
src/app/my/application-process/signature/signature.component.html
View file @
3e193d29
...
...
@@ -21,7 +21,7 @@
<footer
class=
"fixed"
(
click
)="
next
()"
*
ngIf=
"(approveStatus==null || approveStatus=='-1') && (type != 'eNotice') && (type !='continuationRate') && (type !='unionSaleSignature')"
>
我自愿签订经纪人合同书
</footer>
<footer
class=
"fixed"
(
click
)="
saveDigitalSignatures
()"
*
ngIf=
"(type == 'eNotice') || (type=='continuationRate') || (type =='unionSaleSignature') "
style=
"margin:45px;width:auto;border-radius:60px"
>
<footer
class=
"fixed"
(
click
)="
saveDigitalSignatures
()"
*
ngIf=
"(type == 'eNotice') || (type=='continuationRate') || (type =='unionSaleSignature') "
style=
"margin:45px
15px
;width:auto;border-radius:60px"
>
确认提交
</footer>
<div
id=
"page"
*
ngIf=
"approveStatus!=null && approveStatus !='-1'"
>
...
...
src/app/my/customer-relation/customer-relation.component.html
View file @
3e193d29
<div
class=
"customer_wrapper"
>
<h4
*
ngIf=
"customerList && customerList.length<=0"
style=
"font-size:22px;color:#888;
margin-top:30%
"
>
暂无客户关系
</h4>
<h4
*
ngIf=
"customerList && customerList.length<=0"
style=
"font-size:22px;color:#888;
padding-top:10%;text-align:center
"
>
暂无客户关系
</h4>
<ng-container
*
ngIf=
"customerList && customerList.length>0"
>
<ul
class=
"customer_content"
*
ngFor=
"let customerItem of customerList;index as i;"
>
<img
src=
"assets/images/man.png"
alt=
"男"
*
ngIf=
"customerItem.gender=='男'"
>
...
...
src/app/my/customer-relation/customer-relation.component.scss
View file @
3e193d29
...
...
@@ -2,7 +2,7 @@
color
:
#333
;
position
:
relative
;
background-color
:
#fff
;
min-height
:
calc
(
100vh
-
5
0px
);
min-height
:
calc
(
100vh
-
7
0px
);
.customer_content
{
border-bottom
:
1px
#e2e2e2
solid
;
padding
:
10px
15px
;
...
...
src/app/my/my-business/my-business.component.scss
View file @
3e193d29
.salesWrapper
{
width
:
100%
;
height
:
calc
(
100vh
-
49
px
);
height
:
calc
(
100vh
-
70
px
);
overflow
:
auto
;
background
:
#fff
;
.search_wrapper
{
...
...
src/app/my/renewal-reminder-detail/renewal-reminder-detail.component.scss
View file @
3e193d29
...
...
@@ -82,7 +82,7 @@
text-align
:
center
;
font-size
:
18px
;
color
:
#1B5B99
;
margin
:
8
0px
auto
30px
;
margin
:
7
0px
auto
30px
;
}
ul
{
display
:
flex
;
...
...
src/styles.scss
View file @
3e193d29
...
...
@@ -13,7 +13,7 @@ html, body {
overflow-x
:
hidden
;
overflow-y
:
scroll
;
-webkit-overflow-scrolling
:
touch
;
background
:
#
F5F5F5
;
background
:
#
f9f9f9
;
}
ol
,
ul
{
...
...
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