给书签详情的p标签增加css文字换行属性

This commit is contained in:
luchenqun 2017-03-20 14:11:11 +08:00
parent 5ff2383304
commit f1cb6a8b09
1 changed files with 1 additions and 0 deletions

View File

@ -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) => {