Browse Source

[完善] 页面布局

master
陈鹏飞 4 years ago
parent
commit
16e33b94ec
  1. 2
      src/app/ui/home/home.component.html
  2. 2
      src/app/ui/training-recordinfo/training-recordinfo.component.html

2
src/app/ui/home/home.component.html

@ -40,7 +40,7 @@
<td class="overflowText">{{item.time}}</td> <td class="overflowText">{{item.time}}</td>
<td>{{item.leadTheTeam}}</td> <td>{{item.leadTheTeam}}</td>
<td>{{item.updateStaff}}</td> <td>{{item.updateStaff}}</td>
<td class="fontColor" (click)='viewDetails()'>查看详情</td> <td class="fontColor"><label (click)='viewDetails()'>查看详情</label></td>
</tr> </tr>
</table> </table>
</div> </div>

2
src/app/ui/training-recordinfo/training-recordinfo.component.html

@ -5,7 +5,7 @@
<div class="content"> <div class="content">
<div class="cardbox"> <div class="cardbox">
<mat-tab-group style="height: 95%;"> <mat-tab-group style="height: 100%;">
<mat-tab label="行驶路线"> <mat-tab label="行驶路线">
<app-router-gis></app-router-gis> <app-router-gis></app-router-gis>
</mat-tab> </mat-tab>

Loading…
Cancel
Save