给书签详情的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;
|
$scope.loading = true;
|
||||||
$timeout(function() {
|
$timeout(function() {
|
||||||
$('.ui.modal.js-bookmark-info').modal("refresh");
|
$('.ui.modal.js-bookmark-info').modal("refresh");
|
||||||
|
$("p").css("word-wrap", "break-word");
|
||||||
}, 500);
|
}, 500);
|
||||||
bookmarkService.getArticle(params)
|
bookmarkService.getArticle(params)
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue