有什么方法可以隐藏 SharePoint 页面中日历列表视图左侧的不完整部分吗?

Is there any way to hide the incomplete part on the left hand side of the Calendar List View in SharePoint Page?

在 SharePoint 页面中,我在日历视图的左侧添加了一个日历应用程序:

我需要隐藏突出显示的部分,因为它是此视图中的不完整日历。

需要隐藏它。有什么解决办法吗?

试试这个 CSS:

<style>
tr>th:first-child {
display:none
}
</style>

测试结果: