css - 如何在Daypilot Scheduler上删除DEMO

标签 css angularjs

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

enter image description here

最佳答案

试试这个...

将以下代码段添加到您的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;
}

关于css - 如何在Daypilot Scheduler上删除DEMO,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42362892/

相关文章:

html - 摆脱子菜单中的底部边框

css - angularjs material Layout, Flex and Offset

javascript - AngularJS通过foreach替换列表中的元素

ruby-on-rails - 如何在 AngularJS 中实现 "Keep me logged in"功能

javascript - 如何实现像 "Horizontal Scrolling Navigation Bar"这样的分页?

html - Workflowy - Stylebot - 有没有办法在特定标签/元素以 xxx 开头(例如 "[ ]"或 "evernote://"字符?

javascript - HTML 网格定位

angularjs - 如何在 angularjs 中加载时填充文本字段

javascript - 当范围值发生变化时,如何使用 angularJs 更新 UI?

javascript - css transition on class change 但不是悬停