Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-ces
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqinghua
wisdom-ces
Commits
cb3acde0
Commit
cb3acde0
authored
Oct 17, 2018
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
color
parent
55b54d26
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
joinDetail.html
src/pages/activity-track/joinDetail/joinDetail.html
+1
-1
reportDetail.html
src/pages/report/reportDetail/reportDetail.html
+3
-3
reportDetail.scss
src/pages/report/reportDetail/reportDetail.scss
+3
-0
No files found.
src/pages/activity-track/joinDetail/joinDetail.html
View file @
cb3acde0
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
<ng-container
*
ngIf=
"item.isActivityNo == 1"
>
<ng-container
*
ngIf=
"item.isActivityNo == 1"
>
<div
class=
"text-right"
>
<div
class=
"text-right"
>
<span
(
click
)="
sayNo
(
item
)"
ion-button
round
class=
"btn color6"
>
不参加
</span>
<span
disabled
ion-button
round
class=
"btn color6"
>
不参加
</span>
</div>
</div>
</ng-container>
</ng-container>
<ng-container
*
ngIf=
"item.isSignUp == 1"
>
<ng-container
*
ngIf=
"item.isSignUp == 1"
>
...
...
src/pages/report/reportDetail/reportDetail.html
View file @
cb3acde0
...
@@ -45,9 +45,9 @@
...
@@ -45,9 +45,9 @@
</div>
</div>
<div>
<div>
<p>
<p>
<button
ion-button
round
class=
"btn color1"
*
ngIf=
"type == 1"
>
未报备
</button>
<button
disabled
ion-button
round
class=
"btn color1"
*
ngIf=
"type == 1"
>
未报备
</button>
<button
ion-button
round
class=
"btn color2"
*
ngIf=
"type == 2"
>
离沪
</button>
<button
disabled
ion-button
round
class=
"btn color2"
*
ngIf=
"type == 2"
>
离沪
</button>
<button
ion-button
round
class=
"btn color3"
*
ngIf=
"type == 3"
>
不离沪
</button>
<button
disabled
ion-button
round
class=
"btn color3"
*
ngIf=
"type == 3"
>
不离沪
</button>
</p>
</p>
<p
*
ngIf=
"type == 1"
(
click
)="
goReport
(
item
)"
style=
"color:#24bafc;margin-top: 6px"
>
协助报备
</p>
<p
*
ngIf=
"type == 1"
(
click
)="
goReport
(
item
)"
style=
"color:#24bafc;margin-top: 6px"
>
协助报备
</p>
</div>
</div>
...
...
src/pages/report/reportDetail/reportDetail.scss
View file @
cb3acde0
...
@@ -146,5 +146,8 @@ page-reportDetail {
...
@@ -146,5 +146,8 @@ page-reportDetail {
.bgc-34b4fc
{
.bgc-34b4fc
{
background-color
:
#34b4fc
;
background-color
:
#34b4fc
;
}
}
a
[
disabled
],
button
[
disabled
],
[
ion-button
][
disabled
]
{
opacity
:
1
;
}
}
}
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