Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
luqiao-app
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨子
luqiao-app
Commits
547123a8
Commit
547123a8
authored
Jun 03, 2019
by
niuxiaolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
最新修改
parent
ab49b776
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
33 additions
and
25 deletions
+33
-25
proxy.config.json
proxy.config.json
+1
-1
assets.component.ts
src/app/layout/default/assets/assets.component.ts
+5
-5
check.component.html
src/app/layout/default/check/check.component.html
+2
-1
tabbar.component.html
src/app/layout/default/tabbar/tabbar.component.html
+15
-15
passport.component.html
src/app/layout/passport/passport.component.html
+1
-1
passport.component.less
src/app/layout/passport/passport.component.less
+3
-1
logo.jpg
src/assets/logo.jpg
+0
-0
global.scss
src/global.scss
+6
-1
yarn.lock
yarn.lock
+0
-0
No files found.
proxy.config.json
View file @
547123a8
{
"/asset/*"
:
{
"target"
:
"http://
192.168.19.200
:8081"
,
"target"
:
"http://
localhost
:8081"
,
"secure"
:
false
,
"logLevel"
:
"debug"
,
"changeOrigin"
:
true
...
...
src/app/layout/default/assets/assets.component.ts
View file @
547123a8
...
...
@@ -173,12 +173,12 @@ export class AssetsComponent implements OnInit {
icon
:
"<i class='iconfont icon-discardedDisposal'></i>"
,
text
:
"资产处置"
,
link
:
"/admin/assets-used/discardedDisposal"
},
{
icon
:
"<i class='iconfont icon-assetsUseRecord'></i>"
,
text
:
"资产使用记录"
,
link
:
"/admin/assets-used/assetsUseRecord"
}
// {
// icon: "<i class='iconfont icon-assetsUseRecord'></i>",
// text: "资产使用记录",
// link: "/admin/assets-used/assetsUseRecord"
// }
]
},
{
...
...
src/app/layout/default/check/check.component.html
View file @
547123a8
...
...
@@ -9,6 +9,6 @@
<div
(
click
)="
onExpend
(
item
)"
>
{{item.expend?'更多':'收起'}}
</div>
</Flex>
</div>
<Grid
[
activeStyle
]="
true
"
[
hasLine
]="
false
"
[
data
]="
item
.
children
"
(
onClick
)="
click
($
event
)"
></Grid>
<Grid
class=
"primary"
[
activeStyle
]="
true
"
[
hasLine
]="
false
"
[
data
]="
item
.
children
"
(
onClick
)="
click
($
event
)"
></Grid>
</ng-container>
</div>
\ No newline at end of file
src/app/layout/default/tabbar/tabbar.component.html
View file @
547123a8
...
...
@@ -4,6 +4,20 @@
<TabBarItem
[
title
]="'
消息中心'"
[
key
]="
1
"
[
badge
]="
2
"
[
icon
]="
icon2
"
[
selectedIcon
]="
icon22
"
>
<ng-template
#
icon2
>
<div
style=
"width:22px;height: 22px;"
>
<span
class=
"iconfont icon-msg text-lg"
></span>
</div>
</ng-template>
<ng-template
#
icon22
>
<div
style=
"width:22px;height: 22px;"
>
<span
class=
"iconfont icon-msg text-primary text-lg"
></span>
</div>
</ng-template>
<app-message></app-message>
</TabBarItem>
<TabBarItem
[
title
]="'盘点'"
[
key
]="
0
"
[
icon
]="
icon1
"
[
selectedIcon
]="
icon11
"
>
<ng-template
#
icon1
>
...
...
@@ -21,23 +35,9 @@
<TabBarItem
[
title
]="'
消息中心'"
[
key
]="
1
"
[
badge
]="
2
"
[
icon
]="
icon2
"
[
selectedIcon
]="
icon22
"
>
<ng-template
#
icon2
>
<div
style=
"width:22px;height: 22px;"
>
<span
class=
"iconfont icon-msg text-lg"
></span>
</div>
</ng-template>
<ng-template
#
icon22
>
<div
style=
"width:22px;height: 22px;"
>
<span
class=
"iconfont icon-msg text-primary text-lg"
></span>
</div>
</ng-template>
<app-message></app-message>
</TabBarItem>
<TabBarItem
[
title
]="'
资产
'"
[
key
]="
2
"
[
icon
]="
icon3
"
[
selectedIcon
]="
icon33
"
>
<TabBarItem
[
title
]="'
功能模块
'"
[
key
]="
2
"
[
icon
]="
icon3
"
[
selectedIcon
]="
icon33
"
>
<ng-template
#
icon3
>
<div
style=
"width:22px;height: 22px;"
>
<span
class=
"iconfont icon-asset text-lg"
></span>
...
...
src/app/layout/passport/passport.component.html
View file @
547123a8
...
...
@@ -3,7 +3,7 @@
<div
class=
"top"
>
<div
class=
"head"
>
<p>
<img
src=
"./assets/logo.
pn
g"
alt=
""
>
<img
src=
"./assets/logo.
jp
g"
alt=
""
>
</p>
<span
class=
"title"
>
路桥资产管理系统
</span>
</div>
...
...
src/app/layout/passport/passport.component.less
View file @
547123a8
...
...
@@ -2,5 +2,7 @@
text-align: center;
font-size: 20px;
padding: 50px 0;
img{
width:263px;
}
}
src/assets/logo.jpg
0 → 100644
View file @
547123a8
42.5 KB
src/global.scss
View file @
547123a8
...
...
@@ -36,13 +36,18 @@
font-size
:
20px
;
display
:
block
;
height
:
40px
;
background
:
#
108ee9
;
background
:
#
616d75
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
border-radius
:
100%
;
color
:
#fff
;
}
.primary
{
.
am-grid
.
am-grid-item-content
.
iconfont
:
:
before
{
background
:
#108ee9
;
}
}
.am-list-content
{
>
div
{
...
...
yarn.lock
0 → 100644
View file @
547123a8
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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