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
d7ee84cc
Commit
d7ee84cc
authored
Apr 07, 2022
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
5726f729
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
src/app/my/integration-detail/integration-detail.component.ts
+2
-2
src/app/my/integration/integration.component.html
+1
-1
src/styles.scss
+4
-0
No files found.
src/app/my/integration-detail/integration-detail.component.ts
View file @
d7ee84cc
...
...
@@ -11,8 +11,8 @@ export class IntegrationDetailComponent implements OnInit {
integralGrantInfos
:
Array
<
any
>
;
lists
:
Array
<
any
>
;
status
:
number
=
1
;
searchDateFormat
:
Date
=
new
Date
(
2022
,
1
);
searchDateEndFormat
:
Date
=
new
Date
(
2022
,
1
);
searchDateFormat
:
Date
=
new
Date
(
2022
,
0
);
searchDateEndFormat
:
Date
=
new
Date
();
constructor
(
private
myService
:
MyService
,
private
lifeCommonService
:
LifeCommonService
)
{
}
ngOnInit
()
{
...
...
src/app/my/integration/integration.component.html
View file @
d7ee84cc
...
...
@@ -2,7 +2,7 @@
<header>
<div
class=
"left"
>
<div><strong>
{{practitionerIntegrals?.integralCountNumber ? practitionerIntegrals?.integralCountNumber : 0}}
</strong><i
class=
"iconfont icon-zhuyishixiang"
[
routerLink
]="'/
integration_rule
'"
></i></div>
<div
style=
"font-size: 12px;"
>
{{practitionerIntegrals?.integralNumberOld}} 积分有效期至 {{practitionerIntegrals?.effectiveOld}}
</div>
<div
style=
"font-size: 12px;"
>
{{practitionerIntegrals?.integralNumberOld
? practitionerIntegrals?.integralNumberOld : 0
}} 积分有效期至 {{practitionerIntegrals?.effectiveOld}}
</div>
</div>
<div
class=
"right"
>
<div
[
routerLink
]="'/
integration_detail
'"
>
积分明细
</div>
...
...
src/styles.scss
View file @
d7ee84cc
...
...
@@ -297,3 +297,6 @@ footer.fixed{
.contentItem
.am-list-item
{
background-color
:
#fff
;
}
html
:not
([
data-scale
])
.am-list-item
:not
(
:last-child
)
.am-list-line
::after
{
background-color
:
#f9f9f9
;
}
\ No newline at end of file
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