fix paper list

This commit is contained in:
Anton Romanov 2019-05-06 15:05:28 +04:00
parent 7695e93cb7
commit 7c1b87c126
2 changed files with 15 additions and 12 deletions

View File

@ -40,7 +40,7 @@ import static ru.ulstu.paper.model.ReferenceDto.ReferenceType.BOOK;
@Service @Service
public class PaperService { public class PaperService {
private final static int MAX_DISPLAY_SIZE = 50; private final static int MAX_DISPLAY_SIZE = 75;
private final static String PAPER_FORMATTED_TEMPLATE = "%s %s"; private final static String PAPER_FORMATTED_TEMPLATE = "%s %s";
private final PaperNotificationService paperNotificationService; private final PaperNotificationService paperNotificationService;

View File

@ -1,4 +1,5 @@
<template> <template>
<div>
<div class="row text-left paper-row" style="background-color: white;"> <div class="row text-left paper-row" style="background-color: white;">
<div class="col-sm-12"> <div class="col-sm-12">
<paper-status :status="paper.status" <paper-status :status="paper.status"
@ -17,6 +18,8 @@
<span class="text-muted">{{ getAuthors }}</span> <span class="text-muted">{{ getAuthors }}</span>
</div> </div>
</div> </div>
<hr>
</div>
</template> </template>
<script> <script>