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
9a6404d4
Commit
9a6404d4
authored
Jul 20, 2021
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产品库
parent
312ecb2e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
src/app/my/my-center-home/my-center-home.component.ts
+1
-1
src/app/my/product/product.component.html
+1
-2
src/app/my/product/product.component.scss
+5
-4
No files found.
src/app/my/my-center-home/my-center-home.component.ts
View file @
9a6404d4
...
@@ -132,7 +132,7 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
...
@@ -132,7 +132,7 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
{
no
:
5
,
subtitle
:
'保险ABC'
,
icon
:
'abc'
,
path
:
`https://
${
window
.
location
.
host
}
/issue`
,
routerLink
:
''
,
showSubMenu
:
true
},
{
no
:
5
,
subtitle
:
'保险ABC'
,
icon
:
'abc'
,
path
:
`https://
${
window
.
location
.
host
}
/issue`
,
routerLink
:
''
,
showSubMenu
:
true
},
{
no
:
6
,
subtitle
:
'培训课件'
,
icon
:
'train'
,
path
:
''
,
routerLink
:
'training'
,
showSubMenu
:
true
},
{
no
:
6
,
subtitle
:
'培训课件'
,
icon
:
'train'
,
path
:
''
,
routerLink
:
'training'
,
showSubMenu
:
true
},
{
no
:
11
,
subtitle
:
'文件下载'
,
icon
:
'download'
,
path
:
'https://www.ydinsurance.cn/?page_id=13957'
,
routerLink
:
'fileUpload'
,
showSubMenu
:
true
},
{
no
:
11
,
subtitle
:
'文件下载'
,
icon
:
'download'
,
path
:
'https://www.ydinsurance.cn/?page_id=13957'
,
routerLink
:
'fileUpload'
,
showSubMenu
:
true
},
{
no
:
17
,
subtitle
:
'产品库'
,
icon
:
'product'
,
path
:
'
https://www.ydinsurance.cn/?page_id=14331'
,
routerLink
:
'
'
,
showSubMenu
:
true
}
{
no
:
17
,
subtitle
:
'产品库'
,
icon
:
'product'
,
path
:
'
'
,
routerLink
:
'product
'
,
showSubMenu
:
true
}
],
],
isShow
:
true
isShow
:
true
...
...
src/app/my/product/product.component.html
View file @
9a6404d4
...
@@ -13,8 +13,7 @@
...
@@ -13,8 +13,7 @@
{{topItem.tagName}}
{{topItem.tagName}}
<span
class=
"iconfont icon-xiangxia"
></span>
<span
class=
"iconfont icon-xiangxia"
></span>
</li>
</li>
<li>
筛选
<img
src=
"assets/images/product_select.png"
alt=
"筛选"
style=
"width: 16px;height:16px;"
<li
(
click
)="
allFilter
()"
>
筛选
<img
src=
"assets/images/product_select.png"
alt=
"筛选"
style=
"width: 16px;height:16px;"
></li>
(
click
)="
allFilter
()"
></li>
</ul>
</ul>
<div
class=
"mask"
*
ngIf=
"filterSelectedFlag"
(
click
)="
filterSelectedFlag=
false"
></div>
<div
class=
"mask"
*
ngIf=
"filterSelectedFlag"
(
click
)="
filterSelectedFlag=
false"
></div>
<ul
class=
"select_all slowRight"
*
ngIf=
"filterSelectedFlag"
>
<ul
class=
"select_all slowRight"
*
ngIf=
"filterSelectedFlag"
>
...
...
src/app/my/product/product.component.scss
View file @
9a6404d4
.scrollContainer
{
.scrollContainer
{
position
:
relative
;
height
:
100%
;
height
:
100%
;
.issueContainer
{
.issueContainer
{
display
:
flex
;
display
:
flex
;
...
@@ -10,7 +11,7 @@
...
@@ -10,7 +11,7 @@
overflow-y
:
scroll
;
overflow-y
:
scroll
;
-webkit-overflow-scrolling
:
touch
;
-webkit-overflow-scrolling
:
touch
;
background
:
#F6F6F6
;
background
:
#F6F6F6
;
position
:
fixed
;
position
:
absolute
;
left
:
0
;
left
:
0
;
top
:
0
;
top
:
0
;
li
{
li
{
...
@@ -66,13 +67,13 @@
...
@@ -66,13 +67,13 @@
.right_header
{
.right_header
{
display
:
flex
;
display
:
flex
;
padding
:
0
15px
;
padding
:
0
15px
;
width
:
calc
(
100%
-
90px
)
;
width
:
100%
;
height
:
44px
;
height
:
44px
;
justify-content
:
space-between
;
justify-content
:
space-between
;
align-items
:
center
;
align-items
:
center
;
color
:
#333
;
color
:
#333
;
border-bottom
:
1px
#f5f5f5
solid
;
border-bottom
:
1px
#f5f5f5
solid
;
position
:
fixed
;
position
:
absolute
;
right
:
0
;
right
:
0
;
top
:
0
;
top
:
0
;
background
:
#fff
;
background
:
#fff
;
...
@@ -116,7 +117,7 @@
...
@@ -116,7 +117,7 @@
}
}
}
}
.productLists
{
.productLists
{
margin-top
:
44px
;
margin-top
:
44px
;
>
li
{
>
li
{
padding-left
:
16px
;
padding-left
:
16px
;
border-bottom
:
1px
solid
#dcdcdc
;
border-bottom
:
1px
solid
#dcdcdc
;
...
...
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