Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
muChangApp
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
WitCloud
muChangApp
Commits
00be34d3
Commit
00be34d3
authored
Aug 05, 2019
by
zhuangzhuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作中先保存下
parent
ceb2238e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
85 additions
and
70 deletions
+85
-70
package-lock.json
package-lock.json
+19
-58
package.json
package.json
+1
-1
kanban.component.html
src/app/components/kanban/kanban.component.html
+10
-8
kanban.component.scss
src/app/components/kanban/kanban.component.scss
+42
-0
env-home.page.html
src/app/envCtrl/env-home/env-home.page.html
+8
-3
env-home.page.scss
src/app/envCtrl/env-home/env-home.page.scss
+5
-0
home_bar.png
src/assets/bg/home_bar.png
+0
-0
No files found.
package-lock.json
View file @
00be34d3
This diff is collapsed.
Click to expand it.
package.json
View file @
00be34d3
src/app/components/kanban/kanban.component.html
View file @
00be34d3
<div
class=
"kanban"
style=
"border: #1e2023 1px solid"
>
<div
class=
"title"
>
<p
style=
"align-items:center;justify-content: center;"
>
<div
class=
"kanban"
>
<div
class=
"title"
style=
""
>
风机
</p>
</div>
<div
class=
"sub"
>
<ion-icon
name=
"ios-heart"
style=
""
></ion-icon>
<span>
321 个
</span>
<div
class=
"sub"
style=
"text-align: left;margin-top: 5px;"
>
<div
class=
"sub-left"
style=
""
>
<ion-icon
name=
"ios-heart"
style=
"padding: auto"
></ion-icon>
</div>
<div
class=
"sub-right"
style=
""
>
<span
style=
"padding-bottom: 20px"
>
32
</span>
</div>
</div>
</div>
src/app/components/kanban/kanban.component.scss
View file @
00be34d3
.kanban
{
// border: #1e2023 1px solid;
width
:
100%
;
height
:
auto
;
align-items
:center
;
justify-content
:
center
;
text-align
:
center
;
//background: url('../../../assets/bg/home_bar.png') no-repeat;
background-image
:
url('../../../assets/bg/home_bar.png')
;
background-size
:
100%
100%
;
-moz-background-size
:
100%
100%
;
}
.title
{
margin-top
:
5px
;
margin-bottom
:
5px
;
padding-top
:
5px
;
align-items
:center
;
justify-content
:
center
;
color
:
#717171
;
font-size
:
14px
;
}
.sub
{
padding-bottom
:
10px
;
}
.sub-left
{
font-size
:
30px
;
position
:relative
;
// border-right: #cccccc 1px solid;
display
:
inline
;
padding-left
:
20px
;
}
.sub-right
{
font-size
:
30px
;
position
:relative
;
display
:
inline
;
width
:
50%
;
padding-left
:
20px
;
color
:
#285B90
;
}
src/app/envCtrl/env-home/env-home.page.html
View file @
00be34d3
<ion-header>
<ion-header
style=
"background-color: #F3F4F4;"
>
<div
class=
"topIcon"
(
click
)="
toIndex
()"
>
<i
class=
"vo v-back"
></i>
</div>
</ion-header>
<ion-content>
<ion-content
color=
'light'
>
<h1
style=
"
font-size: 16px;
padding-left: 5px;
border-left: 5px solid #28c9bd;
line-height: 25px;
margin-bottom: 5px;"
>
故障统计
</h1>
<v-kanban></v-kanban><v-kanban></v-kanban><v-kanban></v-kanban>
<v-kanban
class=
"home-bar"
></v-kanban>
<v-kanban
class=
"home-bar"
></v-kanban>
<v-kanban
class=
"home-bar"
></v-kanban>
<v-kanban
class=
"home-bar"
></v-kanban>
<v-kanban
class=
"home-bar"
></v-kanban>
<v-kanban
class=
"home-bar"
></v-kanban>
<h1
style=
"
font-size: 16px;
padding-left: 5px;
...
...
src/app/envCtrl/env-home/env-home.page.scss
View file @
00be34d3
.home-bar
{
display
:
inline-block
;
margin-right
:
3px
;
width
:
32%
;
}
src/assets/bg/home_bar.png
0 → 100644
View file @
00be34d3
2.42 KB
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