使用Ionic2制作日历

时间:2017-11-16 08:58:29

标签: ionic-framework ionic2

https://thielcole.github.io/ionic2/2017/02/03/Ionic2-Calendar.html 我按照这个链接尝试了他说的话,但遇到了很多错误。 我想用不同的颜色事件制作日历。我试过https://devdactic.com/ionic-calendar-app/这个并且效果很好,但我想要的是日历上的点事件,其中不同颜色的事件作为第一个链接

1 个答案:

答案 0 :(得分:0)

你能改变吗?

  在calendar.ts中

 .no-events-label {
      ..
      color: darkgrey; // change what you want
    }

 .calendar-event-inner {
      ..
      background-color: #3a87ad; // change what you want
      color: white; // change what you want

    }