Browse Source

[完善]修改字体大小

develop
邵佳豪 4 years ago
parent
commit
21c1529615
  1. 3
      src/app/ui/fire-fighting-device-look/fire-fighting-device.component.scss
  2. 8
      src/app/ui/function-division-look/function-division.component.scss
  3. 2
      src/app/ui/key-site-look/key-site.component.html
  4. 1
      src/app/ui/key-site-look/key-site.component.scss

3
src/app/ui/fire-fighting-device-look/fire-fighting-device.component.scss

@ -27,6 +27,7 @@ input,textarea {
//可展开面板每一行css
.mat-expansion-panel-header {
padding: 3px 24px;
font-size: 18px;
}
.firstContent {
@ -58,6 +59,7 @@ input {
line-height: 22px;
padding-left: 5px;
border-radius: 3px;
font-size: 18px;
}
a {
color: #fff;;
@ -81,6 +83,7 @@ textarea {
padding: 5px;
width: 60%;
height: 36px;
font-size: 18px;
resize: none;
}
.mat-expansion-panel {color: #fff;}

8
src/app/ui/function-division-look/function-division.component.scss

@ -18,9 +18,11 @@
text-align: center;
margin: 0 auto;
color: #fff;
.cdk-header-cell {
text-align: center;
color: #fff
color: #fff;
font-size: 18px;
}
textarea {
color: #fff;
@ -29,6 +31,7 @@
width: 80%;
height: 36px;
resize: none;
font-size: 18px;
}
}
}
@ -41,10 +44,13 @@
}
table,th,tr,template,input,td,textarea{
background-color: transparent;
font-size: 18px;
}
input,span,th,label,td,textarea{
color: #fff;
font-size: 18px;
}
input::input-placeholder{
color: #fff;
font-size: 18px;
}

2
src/app/ui/key-site-look/key-site.component.html

@ -45,7 +45,7 @@
<tr mat-header-row *matHeaderRowDef="displayedColumns"></tr>
<tr mat-row *matRowDef="let row; columns: displayedColumns;"></tr>
</table>
<p style="text-align: center;" *ngIf="!allCompanyPosition.length">暂无数据,请前往平面图进行相关数据录入</p>
<p style="text-align: center;font-size: 18px;" *ngIf="!allCompanyPosition.length">暂无数据,请前往平面图进行相关数据录入</p>
</div>
<div style="margin-top: 25px; text-align: left;">
<h3 style="text-align: center;font-weight: 550;">重点提示</h3>

1
src/app/ui/key-site-look/key-site.component.scss

@ -25,6 +25,7 @@ table {
}
}
.mat-cell, .mat-footer-cell {
font-size: 18px;
color: #fff
}
.mat-header-cell {color: #fff;}

Loading…
Cancel
Save