+
{{item.cameraNo}}
diff --git a/src/app/pages/criminal-records/criminal-records.component.scss b/src/app/pages/criminal-records/criminal-records.component.scss
index ed2f265..f861cc2 100644
--- a/src/app/pages/criminal-records/criminal-records.component.scss
+++ b/src/app/pages/criminal-records/criminal-records.component.scss
@@ -18,16 +18,20 @@
display: flex;
justify-content: flex-start;
- .searchParams,.btn{
+ .searchParams,
+ .btn {
margin: 0 3px;
}
+
.searchParams {
// flex: 5;
width: 150px;
}
- .searchParams2{
+
+ .searchParams2 {
width: 220px;
}
+
.btn {
// flex: 1;
}
@@ -94,11 +98,13 @@
font-size: 20px;
font-family: titlefont;
cursor: pointer;
- }
- span:nth-child(1){
+ }
+
+ span:nth-child(1) {
margin-left: 12px;
}
- .grey{
+
+ .grey {
color: #68829F;
}
}
@@ -254,13 +260,17 @@
div {
color: #91CCFF;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
.look {
color: #36A2FF;
cursor: pointer;
}
}
- img{
+
+ img {
width: 36px;
}
}
@@ -349,6 +359,7 @@
.chartsbox {
width: 100%;
height: 43%;
+
.chartname {
position: absolute;
left: 20px;
@@ -358,6 +369,7 @@
.chart {
width: 97%;
height: 100%;
+
div {
span {
font-size: 14px;
@@ -399,6 +411,7 @@
display: flex;
flex-direction: row;
z-index: 999;
+
.rankingBtn {
margin-right: 12px;
}
@@ -412,7 +425,7 @@
.th {
height: 32px;
line-height: 32px;
- font-size: 12px!important;
+ font-size: 12px !important;
}
.tbody {
@@ -420,14 +433,16 @@
.tr {
height: 32px;
line-height: 32px;
- div{
- font-size: 12px!important;
+
+ div {
+ font-size: 12px !important;
}
- img{
+
+ img {
width: 32px;
}
}
-
+
}
}
}
@@ -441,6 +456,7 @@
padding: 0 22px;
height: 32px;
margin-bottom: 6px;
+
form {
width: 100%;
height: 32px;
@@ -495,6 +511,7 @@
.chartsbox {
width: 100%;
height: 40%;
+
.chartname {
position: absolute;
left: 20px;
@@ -504,6 +521,7 @@
.chart {
width: 98%;
height: 100%;
+
div {
span {
font-size: 14px;
@@ -534,6 +552,7 @@
.rightbox {
box-shadow: 0 0 22px 0px #1a7fd7 inset;
+
.btnbox {
position: absolute;
right: 28px;
@@ -541,6 +560,7 @@
display: flex;
flex-direction: row;
z-index: 999;
+
.rankingBtn {
margin-right: 8px;
}
@@ -554,7 +574,7 @@
.th {
height: 28px;
line-height: 28px;
- font-size: 10px!important;
+ font-size: 10px !important;
}
.tbody {
@@ -562,10 +582,12 @@
.tr {
height: 28px;
line-height: 28px;
- div{
- font-size: 10px!important;
+
+ div {
+ font-size: 10px !important;
}
- img{
+
+ img {
width: 30px;
}
}
@@ -574,4 +596,4 @@
}
}
-}
\ No newline at end of file
+}
diff --git a/src/app/system-management/user/user.component.ts b/src/app/system-management/user/user.component.ts
index b19ef58..9da47ef 100644
--- a/src/app/system-management/user/user.component.ts
+++ b/src/app/system-management/user/user.component.ts
@@ -100,7 +100,7 @@ export class UserComponent implements OnInit {
nzTitle: '新增用户',
nzContent: AdduserComponent,
nzViewContainerRef: this.viewContainerRef,
- nzWidth: 288,
+ nzWidth: 360,
nzComponentParams: {
title: '',
subtitle: ''
@@ -149,7 +149,7 @@ export class UserComponent implements OnInit {
nzTitle: '编辑用户',
nzContent: EdituserComponent,
nzViewContainerRef: this.viewContainerRef,
- nzWidth: 288,
+ nzWidth: 360,
// nzOkLoading: true,
nzComponentParams: {
data: data,