Browse Source

[完善]增加平面图背景色

develop
邵佳豪 4 years ago
parent
commit
2058682ea7
  1. 1
      src/app/ui/plan/collection-tools.component.scss
  2. 26
      src/app/ui/ui-routing.module.ts

1
src/app/ui/plan/collection-tools.component.scss

@ -10,6 +10,7 @@
padding: 1px;
display: flex;
flex-direction: column;
background-color: rgba(11,75,118,0.9);
.buildingbtnchecked{
color: white;
background-image: url("../../../assets/images/标签选中.png")!important;

26
src/app/ui/ui-routing.module.ts

@ -28,18 +28,20 @@ import { UploadingCADLookComponent} from './uploading-cad-look/uploading-cad.com
const routes: Routes = [
{ path: 'plan', component:DataPushComponent, //子级路由
children:[
{ path: 'planarGraph', component:planComponent},
{path:'FunctionDivisionLookComponent', component:FunctionDivisionLookComponent},
{path:'UploadingCADLookComponent', component:UploadingCADLookComponent},
{ path: 'basicInfo', component:BasicinfoLookComponent},
{ path: 'allaround', component:AllaroundComponent},
{ path: 'fire-fighting-device', component:FireFightingDeviceLookComponent},
{ path: 'key-site', component:KeySiteLookComponent},
{ path: 'realistic-picture', component:RealisticPictureLookComponent},
{ path: '3DPlan', component:ThreetypePlanComponent},
]},
{
path: 'plan', component:DataPushComponent, //子级路由
children:[
{ path: 'planarGraph', component:planComponent},
{ path: 'FunctionDivisionLookComponent', component:FunctionDivisionLookComponent},
{ path: 'UploadingCADLookComponent', component:UploadingCADLookComponent},
{ path: 'basicInfo', component:BasicinfoLookComponent},
{ path: 'allaround', component:AllaroundComponent},
{ path: 'fire-fighting-device', component:FireFightingDeviceLookComponent},
{ path: 'key-site', component:KeySiteLookComponent},
{ path: 'realistic-picture', component:RealisticPictureLookComponent},
{ path: '3DPlan', component:ThreetypePlanComponent},
]
},
{ path: 'collectionTools', component:CollectionToolsComponent},
{ path: 'dangerous', component:DangerousComponent},
{ path: 'disposalNode', component:DisposalNodeComponent},

Loading…
Cancel
Save