improve overall exercices interfaces
This commit is contained in:
parent
11d0fe8d1f
commit
beba0a615f
6 changed files with 69 additions and 76 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<div ng-if="team.name != team.initialName">{{ team.initialName }}</div>
|
||||
</td>
|
||||
<td ng-controller="TeamMembersController" style="padding: 0;">
|
||||
<table class="table table-hover table-sm" style="margin: 0;">
|
||||
<table class="table table-hover table-sm bg-light" style="margin: 0;">
|
||||
<tr class="row" ng-repeat="member in members">
|
||||
<td class="col-sm-3" ng-repeat="field in fields">
|
||||
{{ member[field] }}
|
||||
|
|
|
|||
Reference in a new issue