简体   繁体   English

从日历下方删除空白

[英]Removing white space from below Calendar

How do I remove the white space under the NgCalendarModule as shown in the attachment?如何删除 NgCalendarModule 下的空白,如附件所示? I have already removed the events display from underneath the calendar by a blank white space is still appearing.我已经从日历下方删除了事件显示,但仍然出现空白。 Here are the image and the respective code:这是图像和相应的代码: 在此处输入图片说明

在此处输入图片说明

I know this may be a little late but I just solved this one:我知道这可能有点晚了,但我刚刚解决了这个问题:

I added this to my global.scss我将此添加到我的 global.scss

div.monthview-container{
  height: 275px !important;
}

Adding styling to the .page.scss was also causing me some trouble!向 .page.scss 添加样式也给我带来了一些麻烦!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM