对话框服务内容中的换行符被忽略

时间:2019-02-17 20:19:47

标签: kendo-ui-angular2

在kendo对话框服务窗口的内容中插入换行符。 @rogress中的Kendo Angular 6对话框。换行符将被忽略。

尝试了html元素br和\ n,\ n。例如它在连续的一行中显示字符文本“ \ n \ n \ n”

const dialog: DialogRef = this.dialogService.open({
  title: alertTitle,
  content: "Want multiple line breaks here-> \n\n\n so this appears 3 lines below on another line",
  actions: a,
  width: 400,
  height: 205,
  minWidth: 250
});

1 个答案:

答案 0 :(得分:0)

解决方案是改写类.k-dialog-content {//允许对话框弹出空白中的新行和空格。 }