0

这是我对日历的初步看法

initialView: 'resourceTimelineFiveDays',

这是我的代码。我已经添加了正常的空白,即使那样它也不起作用。我不知道错误。

.fc-event-title{
white-space: normal;
},
.fc-event-title-container{
height:25px;
white-space: normal;
}
4

1 回答 1

0

很简单,您可以使用 html Tag< br >创建新行。例如:

let title = "invoice "+ 1556 + '< br >'+ 'Total Value'+'$1500';
于 2021-02-12T17:30:09.317 回答