Commit 547123a8 by niuxiaolin

最新修改

parent ab49b776
{ {
"/asset/*": { "/asset/*": {
"target": "http://192.168.19.200:8081", "target": "http://localhost:8081",
"secure": false, "secure": false,
"logLevel": "debug", "logLevel": "debug",
"changeOrigin": true "changeOrigin": true
......
...@@ -173,12 +173,12 @@ export class AssetsComponent implements OnInit { ...@@ -173,12 +173,12 @@ export class AssetsComponent implements OnInit {
icon: "<i class='iconfont icon-discardedDisposal'></i>", icon: "<i class='iconfont icon-discardedDisposal'></i>",
text: "资产处置", text: "资产处置",
link: "/admin/assets-used/discardedDisposal" 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"
// }
] ]
}, },
{ {
......
...@@ -9,6 +9,6 @@ ...@@ -9,6 +9,6 @@
<div (click)="onExpend(item)">{{item.expend?'更多':'收起'}}</div> <div (click)="onExpend(item)">{{item.expend?'更多':'收起'}}</div>
</Flex> </Flex>
</div> </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> </ng-container>
</div> </div>
\ No newline at end of file
...@@ -4,6 +4,20 @@ ...@@ -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"> <TabBarItem [title]="'盘点'" [key]="0" [icon]="icon1" [selectedIcon]="icon11">
<ng-template #icon1> <ng-template #icon1>
...@@ -21,23 +35,9 @@ ...@@ -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> <ng-template #icon3>
<div style="width:22px;height: 22px;"> <div style="width:22px;height: 22px;">
<span class="iconfont icon-asset text-lg"></span> <span class="iconfont icon-asset text-lg"></span>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="top"> <div class="top">
<div class="head"> <div class="head">
<p> <p>
<img src="./assets/logo.png" alt=""> <img src="./assets/logo.jpg" alt="">
</p> </p>
<span class="title">路桥资产管理系统</span> <span class="title">路桥资产管理系统</span>
</div> </div>
......
...@@ -2,5 +2,7 @@ ...@@ -2,5 +2,7 @@
text-align: center; text-align: center;
font-size: 20px; font-size: 20px;
padding: 50px 0; padding: 50px 0;
img{
width:263px;
}
} }
...@@ -36,13 +36,18 @@ ...@@ -36,13 +36,18 @@
font-size: 20px; font-size: 20px;
display: block; display: block;
height: 40px; height: 40px;
background: #108ee9; background: #616d75;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
border-radius: 100%; border-radius: 100%;
color: #fff; color: #fff;
} }
.primary{
.am-grid .am-grid-item-content .iconfont::before{
background: #108ee9;
}
}
.am-list-content { .am-list-content {
>div { >div {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment