邵佳豪 4 years ago
parent
commit
6af31853ec
  1. 11
      src/app/ui/function-division-look/function-division.component.scss
  2. 4
      src/app/ui/key-site-look/key-site.component.html
  3. 5
      src/app/ui/key-site-look/key-site.component.scss

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

@ -1,8 +1,8 @@
.gai{
color: #FFFF;
color: #fff;
}
.content {
color: white!important;
color: #fff;
width: 100%;
height: 90%;
overflow-y: auto;
@ -17,10 +17,13 @@
width: 90%;
text-align: center;
margin: 0 auto;
color: #fff;
.cdk-header-cell {
text-align: center;
color: #fff
}
textarea {
color: #fff;
border-radius: 5px;
padding: 5px;
width: 80%;
@ -29,7 +32,9 @@
}
}
}
.mat-cell, .mat-footer-cell {
color: #fff
}
//icon统一样式
.mat-icon {
cursor:pointer;

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

@ -39,7 +39,7 @@
<ng-container matColumnDef="img">
<th mat-header-cell *matHeaderCellDef>图片</th>
<td mat-cell *matCellDef="let element">
<a href="javascript:void(0);" (click)='seeImg(element.imageUrls)' style="color: blue;">查看图片</a>
<a href="javascript:void(0);" (click)='seeImg(element.imageUrls)' style="color: #fff;">查看图片</a>
</td>
</ng-container>
<tr mat-header-row *matHeaderRowDef="displayedColumns"></tr>
@ -97,7 +97,7 @@
<ng-container matColumnDef="img">
<th mat-header-cell *matHeaderCellDef>图片</th>
<td mat-cell *matCellDef="let element">
<a href="javascript:void(0);" (click)='seeImg(element.imageUrls)' style="color: blue;">查看图片</a>
<a href="javascript:void(0);" (click)='seeImg(element.imageUrls)' style="color: #fff;">查看图片</a>
</td>
</ng-container>
<tr mat-header-row *matHeaderRowDef="displayedColumns"></tr>

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

@ -21,9 +21,12 @@ table {
.cdk-header-cell {
text-align: center;
font-size: 18px;
color: #fff;
}
}
.mat-cell, .mat-footer-cell {
color: #fff
}
.mat-header-cell {color: #fff;}
textarea,table {
background-color: transparent;

Loading…
Cancel
Save