给书签详情的p标签增加css文字换行属性
This commit is contained in:
parent
5ff2383304
commit
f1cb6a8b09
|
|
@ -21,6 +21,7 @@ app.controller('bookmarkInfoCtr', ['$scope', '$state', '$timeout', '$sce', '$win
|
|||
$scope.loading = true;
|
||||
$timeout(function() {
|
||||
$('.ui.modal.js-bookmark-info').modal("refresh");
|
||||
$("p").css("word-wrap", "break-word");
|
||||
}, 500);
|
||||
bookmarkService.getArticle(params)
|
||||
.then((data) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue