Browse Source

[修改]统计新增单位统计第三层样式调整

tangshan
陈敬瑜 3 years ago
parent
commit
37ebba24c1
  1. 2
      src/app/statistic-analysis/addUnit/add-unit-two-type-details/add-unit-two-type-details.component.scss
  2. 3
      src/app/statistic-analysis/addUnit/add-unit-two-type-details/add-unit-two-type-details.component.ts

2
src/app/statistic-analysis/addUnit/add-unit-two-type-details/add-unit-two-type-details.component.scss

@ -35,7 +35,7 @@
left: 50%; left: 50%;
transform: translate(-50%,-50%); transform: translate(-50%,-50%);
@media screen and (max-device-width:1400px){ @media screen and (max-device-width:1400px){
height: 500px; height: 550px;
top: 50%; top: 50%;
} }
@media screen and (min-device-width:1400px){ @media screen and (min-device-width:1400px){

3
src/app/statistic-analysis/addUnit/add-unit-two-type-details/add-unit-two-type-details.component.ts

@ -131,12 +131,13 @@ export class AddUnitTwoTypeDetailsComponent implements OnInit {
title: { title: {
text: this.buildingTypeName + '(' +this.organizationName + ')'+`:总数(${this.tabledata[0].totalCount})`, text: this.buildingTypeName + '(' +this.organizationName + ')'+`:总数(${this.tabledata[0].totalCount})`,
left: "center", left: "center",
//bottom: "500", //top: "15%",
textStyle: { textStyle: {
fontSize: 30 fontSize: 30
} }
}, },
grid: { grid: {
top:'16%',
bottom: '23%', bottom: '23%',
//bottom: 10 //bottom: 10
}, },

Loading…
Cancel
Save