我是AngularJS的初学者,我尝试使用Scheduler,但是如何删除Daypilot Scheduler上的DEMO单词以及如何编辑CSS?

css - 如何在Daypilot Scheduler上删除DEMO-LMLPHP

最佳答案

试试这个...

将以下代码段添加到您的CSS中:

.scheduler_default_corner div:nth-of-type(2) {
    display: none !important;
}


为此:https://code.daypilot.org/54503/angularjs-timesheet-tutorial-javascript-php

.scheduler_default_corner div:nth-of-type(4) {
    display: none !important;
}

10-06 12:27