<th>Service Instance Id</th>
<th>Service Instance Name</th>
<th>Service Type</th>
- <th>S-NSSAI</th>
- <th>Status</th>
+ <th width="90px">S-NSSAI</th>
+ <th width="110px">Status</th>
<th width="110px">Detail</th>
</tr>
</thead>
</tbody>
</nz-table>
</nz-list>
- <nz-list class="taskmodel_list" nzBordered [nzHeader]="'Related Slicing NSSI List :'" [nzFooter]="null">
+ <nz-list class="taskmodel_list taskmodel_list-margin" nzBordered [nzHeader]="'Related Slicing NSSI List :'" [nzFooter]="null">
<nz-table #nssiTable [nzData]="nssiList" [nzShowPagination]="false" nzHideOnSinglePage class="model-table-padding">
<thead>
<tr>
<th>Service Instance Id</th>
<th>Service Instance Name</th>
<th>Service Type</th>
- <th>Environment Context</th>
- <th>Status</th>
+ <th width="85px">Context</th>
+ <th width="110px">Status</th>
<th width="110px">Detail</th>
</tr>
</thead>
+.taskmodel_list-margin{
+ margin-top: 20px;
+}
\ No newline at end of file
<th>Service Instance Id</th>
<th>Service Instance Name</th>
<th>Service Type</th>
- <th>Status</th>
+ <th width="110px">Status</th>
<th width="140px">Detail</th>
</tr>
</thead>
<th>Service Instance Id</th>
<th>Service Instance Name</th>
<th>Service Type</th>
- <th>Status</th>
+ <th width="110px">Status</th>
<th width="110px">Detail</th>
</tr>
</thead>
<th>Service Instance Id</th>
<th>Service Instance Name</th>
<th>Service Type</th>
- <th>Environment Context</th>
- <th>Status</th>
+ <th width="85px">Context</th>
+ <th width="110px">Status</th>
<th width="140px">Detail</th>
</tr>
</thead>
<th>Service Instance Id</th>
<th>Service Instance Name</th>
<th>Service Type</th>
- <th>Status</th>
+ <th width="110px">Status</th>
<th width="110px">Detail</th>
</tr>
</thead>
<th>Service Instance Id</th>
<th>Service Instance Name</th>
<th>Service Type</th>
- <th>S-NSSAI</th>
- <th>Status</th>
- <th width="180px">Aciton</th>
+ <th width="90px">S-NSSAI</th>
+ <th width="110px">Status</th>
+ <th width="140px">Aciton</th>
<th width="110px">Detail</th>
</tr>
</thead>
}
.slicing-resource-table-list{
padding: 0 20px 0 0!important;
+ nz-table{
+ .ant-table-wrapper{
+ .ant-table-body{
+ th,td{
+ word-break: break-word!important;
+ }
+ }
+ }
+ }
}
.taskmodel_list{
margin-bottom: 20px;
-}
-
-.taskmodel_list {
- margin-bottom: 20px;
+ nz-table{
+ .ant-table-wrapper{
+ .ant-table-body{
+ th,td{
+ word-break: break-word!important;
+ }
+ }
+ }
+ }
+ .ant-list-header{
+ font-weight: 600;
+ color: #000000!important;
+ }
}
.model-table-padding {