Browse Source

[完善]修改层平面图建筑栏列表显示

master
邵佳豪 2 years ago
parent
commit
9eda3dfed3
  1. 1
      src/app/ui/basicinfo/basicinfo.component.ts
  2. 2
      src/app/ui/collection-tools-building/collection-tools.component.html
  3. 217
      src/app/ui/collection-tools-building/collection-tools.component.scss
  4. 1
      src/styles.scss

1
src/app/ui/basicinfo/basicinfo.component.ts

@ -17,7 +17,6 @@ import { async } from '@angular/core/testing';
import { MatTableDataSource } from '@angular/material/table'; import { MatTableDataSource } from '@angular/material/table';
import { isNgTemplate } from '@angular/compiler'; import { isNgTemplate } from '@angular/compiler';
import * as _ from 'lodash'; import * as _ from 'lodash';
import Swiper from 'swiper';
import { LookMaster } from './lookmaster.component' import { LookMaster } from './lookmaster.component'
declare var AMap: any; declare var AMap: any;

2
src/app/ui/collection-tools-building/collection-tools.component.html

@ -46,7 +46,7 @@
<div class="headerOperate"> <div class="headerOperate">
<button mat-button *ngFor="let item of allBuildings;let key = index" (click)="checkedBuilding(item,key)" class="bigeditdeletebtn" <button mat-button *ngFor="let item of allBuildings;let key = index" (click)="checkedBuilding(item,key)" class="bigeditdeletebtn"
[ngClass]="{'buildingbtnchecked': checkedBuildingIndex==key}"> [ngClass]="{'buildingbtnchecked': checkedBuildingIndex==key}">
<span>{{item.name}}</span> <span class="name" [title]="item.name">{{item.name}}</span>
<span class="editdeletebtn" *ngIf="isEditPattern"> <span class="editdeletebtn" *ngIf="isEditPattern">
<mat-icon (click)="editBuilding($event,item)" <mat-icon (click)="editBuilding($event,item)"
style="font-size: 23px;vertical-align:sub;margin-left: 6px;color: rgb(26, 194, 26);">create</mat-icon> style="font-size: 23px;vertical-align:sub;margin-left: 6px;color: rgb(26, 194, 26);">create</mat-icon>

217
src/app/ui/collection-tools-building/collection-tools.component.scss

@ -1,7 +1,9 @@
@import './panel.scss'; @import './panel.scss';
.icongray{
.icongray {
color: #D9D0DC; color: #D9D0DC;
} }
.content { .content {
width: 100%; width: 100%;
height: 100%; height: 100%;
@ -11,7 +13,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
.buildingbtnchecked{ .buildingbtnchecked {
background-color: #34A6FD; background-color: #34A6FD;
color: white; color: white;
} }
@ -22,36 +24,46 @@
position: relative; position: relative;
flex: 5%; flex: 5%;
display: flex; display: flex;
align-items:center; align-items: center;
min-height: 40px; min-height: 40px;
background-color: #fff; background-color: #fff;
.zoom{
.zoom {
display: flex; display: flex;
align-items: center; align-items: center;
margin-left: 15px; margin-left: 15px;
cursor: pointer; cursor: pointer;
img{
img {
margin-right: 3px; margin-right: 3px;
} }
} }
.marginLeftRight { .marginLeftRight {
margin: 0 8px; margin: 0 8px;
font-size: 16px; font-size: 16px;
user-select: none; user-select: none;
cursor: pointer; cursor: pointer;
.mat-icon { vertical-align: middle; font-size: 24px; }
.mat-icon {
vertical-align: middle;
font-size: 24px;
}
} }
.nameShow{
.nameShow {
cursor: pointer; cursor: pointer;
user-select: none; user-select: none;
} }
.copytobutn{
.copytobutn {
width: 60px; width: 60px;
min-width: 60px; min-width: 60px;
display: flex; display: flex;
justify-content: center; justify-content: center;
} }
span{
span {
height: 24px; height: 24px;
line-height: 24px; line-height: 24px;
} }
@ -59,25 +71,47 @@
//头部操作栏 //头部操作栏
.headerOperate { .headerOperate {
span{ overflow-x: auto;
span {
font-size: 18px; font-size: 18px;
} }
flex: 5%; flex: 5%;
display: flex; display: flex;
align-items:center; align-items:center;
min-height: 40px; min-height:45px;
box-sizing: border-box; box-sizing: border-box;
margin: 3px 0; margin: 3px 0;
background-color: white; background-color: white;
button{
button {
border: 0.5px solid rgb(208, 211, 214); border: 0.5px solid rgb(208, 211, 214);
margin: 0 2px; margin: 0 2px;
} }
.editdeletebtn{
.bigeditdeletebtn {
overflow: hidden;
min-width: 260px;
max-width: 260px;
.name {
display: inline-block;
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
.editdeletebtn {
display: none; display: none;
} }
.bigeditdeletebtn:hover{
.editdeletebtn{ .bigeditdeletebtn:hover {
.editdeletebtn {
display: inline-block; display: inline-block;
} }
} }
@ -86,9 +120,10 @@
//功能区 //功能区
// icon统一样式 // icon统一样式
.mat-icon { .mat-icon {
cursor:pointer; cursor: pointer;
vertical-align: middle; vertical-align: middle;
} }
//左右两侧功能栏 统一样式 //左右两侧功能栏 统一样式
.publicCss { .publicCss {
background-color: #fff; background-color: #fff;
@ -97,13 +132,16 @@
height: 100%; height: 100%;
top: 0; top: 0;
} }
.functionalDomain { .functionalDomain {
flex: 90%; flex: 90%;
.functionalDomainContent { .functionalDomainContent {
position: relative; position: relative;
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
.functionalDomainLeft { .functionalDomainLeft {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -113,7 +151,8 @@
border: 1px solid #E6EAEE; border: 1px solid #E6EAEE;
width: 230px; width: 230px;
left: 0; left: 0;
.leftDragDiv{
.leftDragDiv {
position: absolute; position: absolute;
right: 0; right: 0;
height: 100%; height: 100%;
@ -122,19 +161,22 @@
cursor: e-resize; cursor: e-resize;
} }
} }
.functionalDomainRight { .functionalDomainRight {
margin-right: 0px; margin-right: 0px;
transition: margin-right 0.5s; transition: margin-right 0.5s;
border: 1px solid #464646; border: 1px solid #464646;
width: 230px; width: 230px;
right: 0; right: 0;
} }
//右边导航栏显示隐藏
//右边导航栏显示隐藏
.togglePanel2 { .togglePanel2 {
margin-right: -2000px; margin-right: -2000px;
transition: margin-right 1s; transition: margin-right 1s;
} }
//左侧导航栏显示隐藏 //左侧导航栏显示隐藏
.togglePanel { .togglePanel {
margin-left: -2000px; margin-left: -2000px;
@ -144,17 +186,19 @@
} }
//右边操作栏 //右边操作栏
.title{ .title {
width: 100%; width: 100%;
height: 35px; height: 35px;
background-color: #464646; background-color: #464646;
div{
div {
width: 50%; width: 50%;
height: 35px; height: 35px;
line-height: 35px; line-height: 35px;
background-color: #595959; background-color: #595959;
border-radius: 5px; border-radius: 5px;
span{
span {
color: white; color: white;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
@ -165,24 +209,28 @@
//右侧属性 //右侧属性
.property{ .property {
display: flex; display: flex;
flex-flow: column; flex-flow: column;
.siteproperty{
.siteproperty {
height: 100%; height: 100%;
overflow-y: auto; overflow-y: auto;
p{
p {
color: #9c9fa5; color: #9c9fa5;
padding-left: 5px; padding-left: 5px;
} }
.siteproperty_size{
.siteproperty_size {
background-color: #e3e3e3; background-color: #e3e3e3;
width: 93%; width: 93%;
margin: 0 auto; margin: 0 auto;
border-radius: 3px; border-radius: 3px;
min-height: 21px; min-height: 21px;
} }
.rightAttribute{
.rightAttribute {
width: 12%; width: 12%;
height: 99.5%; height: 99.5%;
position: absolute; position: absolute;
@ -192,55 +240,69 @@
border: 2px solid #464646; border: 2px solid #464646;
} }
} }
.assetsproperty{
.assetsproperty {
overflow-y: auto; overflow-y: auto;
height: 100%; height: 100%;
p{
p {
color: #9c9fa5; color: #9c9fa5;
margin:1px 0 3px 8px; margin: 1px 0 3px 8px;
font-size: 14px; font-size: 14px;
} }
span{
span {
font-size: 15px; font-size: 15px;
} }
input{
input {
height: 18px; height: 18px;
} }
.biginput{
.biginput {
display: block; display: block;
width: 88%; width: 88%;
margin: 0 auto; margin: 0 auto;
} }
.smallinput{
.smallinput {
display: block; display: block;
width: 19%; width: 19%;
margin-left: 8px; margin-left: 8px;
} }
.textarea{
.textarea {
display: block; display: block;
width: 88%; width: 88%;
height: 50px; height: 50px;
margin: 0 auto; margin: 0 auto;
} }
.swiper-button-next{
.swiper-button-next {
right: 6px; right: 6px;
} }
.swiper-button-prev{
.swiper-button-prev {
left: 6px; left: 6px;
} }
.swiper-container{
.swiper-container {
// --swiper-theme-color: #ff6600;/* 设置Swiper风格 */ // --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
// --swiper-navigation-color: #00ff33;/* 单独设置按钮颜色 */ // --swiper-navigation-color: #00ff33;/* 单独设置按钮颜色 */
--swiper-navigation-size:20px;/* 设置按钮大小 */ --swiper-navigation-size: 20px;
/* 设置按钮大小 */
} }
.hoverred:hover{
.hoverred:hover {
color: rgb(187, 28, 28); color: rgb(187, 28, 28);
} }
.selectDiv{
.selectDiv {
height: 21px; height: 21px;
position: relative; position: relative;
margin-bottom: 5px; margin-bottom: 5px;
select{
select {
width: 98px; width: 98px;
height: 22px; height: 22px;
vertical-align: middle; vertical-align: middle;
@ -251,17 +313,20 @@
border-radius: 2px; border-radius: 2px;
} }
} }
.colorBigDiv{
.colorBigDiv {
width: 88%; width: 88%;
margin-left: 8px; margin-left: 8px;
.colorBigTemplateDiv{
span{ .colorBigTemplateDiv {
span {
color: #9c9fa5; color: #9c9fa5;
font-size: 14px; font-size: 14px;
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
} }
.colorTemplateDiv{
.colorTemplateDiv {
width: 65%; width: 65%;
height: 22px; height: 22px;
display: inline-block; display: inline-block;
@ -269,23 +334,25 @@
margin-left: 26px; margin-left: 26px;
} }
} }
.colorDiv{ .colorDiv {
.colorLi{ .colorLi {
width: 24px; width: 24px;
height: 24px; height: 24px;
list-style: none; list-style: none;
float: left; float: left;
border: 2px solid white; border: 2px solid white;
} }
.coloractive{
.coloractive {
border: 2px solid black; border: 2px solid black;
} }
} }
} }
} }
} }
.hideAllTreeNode { .hideAllTreeNode {
box-sizing: border-box; box-sizing: border-box;
margin: 3px 0; margin: 3px 0;
@ -294,20 +361,29 @@
height: 24px; height: 24px;
line-height: 24px; line-height: 24px;
display: flex; display: flex;
label { display: inline-block; flex: 1; cursor: pointer; }
label {
display: inline-block;
flex: 1;
cursor: pointer;
}
} }
//右侧消防要素 //右侧消防要素
.firecategories{ .firecategories {
position: relative; position: relative;
display: flex; display: flex;
flex-flow: column; flex-flow: column;
.firecategoriesTree{
.firecategoriesTree {
overflow-y: auto; overflow-y: auto;
height: 100%; height: 100%;
mat-tree-node{
mat-tree-node {
position: relative; position: relative;
} }
.isLookCss{
.isLookCss {
position: absolute; position: absolute;
right: 6px; right: 6px;
} }
@ -320,11 +396,13 @@ div:focus {
} }
//没有图片时显示无图片背景图 //没有图片时显示无图片背景图
.noImgCss{ .noImgCss {
background: url(../../../assets/images/noImg.png) no-repeat center center; background: url(../../../assets/images/noImg.png) no-repeat center center;
background-size: 88% 100%;/*按比例缩放*/ background-size: 88% 100%;
/*按比例缩放*/
} }
.input{
.input {
width: 18px; width: 18px;
height: 18px; height: 18px;
vertical-align: middle; vertical-align: middle;
@ -334,23 +412,26 @@ div:focus {
// tree // tree
.mat-tree-node{ .mat-tree-node {
min-height: 0; min-height: 0;
height: 32px; height: 32px;
line-height: 32px; line-height: 32px;
font-size: 13px; font-size: 13px;
cursor: pointer; cursor: pointer;
} }
.mat-tree-node:hover{
.mat-tree-node:hover {
background-color: #ccebf8; background-color: #ccebf8;
} }
.isLookPattern{
.isLookPattern {
display: none; display: none;
} }
.treeText{
.treeText {
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
display: inline-block; display: inline-block;
width: 65px; width: 65px;
} }

1
src/styles.scss

@ -115,6 +115,7 @@ table td.mat-footer-cell:last-of-type {
//滚动条样式 //滚动条样式
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 5px; width: 5px;
height:5px;
background-color: white; background-color: white;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {

Loading…
Cancel
Save