私のウェブサイトで結果ボタンを押すと、最初の画像 などの正しい形式で表が表示されますが、印刷ボタンの表をクリックするとギリギリになります 2画像問題Google Chromeを持っていると、印刷されたページに新しい行が作成される
<table class="table table-bordered">
<tr class="print-header">
<th class="table-head" ng-repeat="cols in headercolumns">{{cols}}</th>
</tr>
<tr class="table-row" ng-repeat="scoresheet in scoresheets |filter:class">
<td>
<p style="font-size : 20px">{{scoresheet.user.name}}</p>
<span>{{scoresheet.user.class.name}}</span>
</td>
<td><p style="font-size : 20px">{{scoresheet.result.statistics.score |number}}</p></td>
<td><p style="font-size : 20px">{{scoresheet.result.statistics.correct_answers}}</p></td>
<td><p style="font-size : 20px">{{scoresheet.result.statistics.incorrect_answers}}</p></td>
<td><p style="font-size : 20px">{{scoresheet.result.statistics.partial_answers}}</p></td>
<td><p style="font-size : 20px">{{scoresheet.result.statistics.pending_answers}}</p></td>
<td><p style="font-size : 20px">{{scoresheet.result.statistics.skipped_answers}}</p></td>
</tr>
問題は何ですか。 – TheValyreanGroup
最初にご質問ください –
2番目の画像はどこにありますか?私たちは何をしたいのですか?自動的にtd行がどこにあるのですか? –