@@ -157,12 +157,14 @@ export default {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.message {
|
||||
width: 100%;
|
||||
margin: auto;
|
||||
min-height: 100px;
|
||||
background-color: #eee;
|
||||
padding: 10px;
|
||||
line-height: 30px;
|
||||
border-radius: 5px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@@ -81,7 +81,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="message"
|
||||
class="message break-word"
|
||||
v-if="
|
||||
reviewerData.SummarizeInfo.SummarizeEn ||
|
||||
reviewerData.SummarizeInfo.Summarize
|
||||
@@ -1070,4 +1070,8 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
break-word {
|
||||
width: 100%;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user