实施 angular 日历时出现 css 问题
Got css problem when implementing angular calendar
我提到了 this thread:一切都完成了。
但我在 table 下方得到了 this。标签 ng-template
似乎没有正常工作。
问题是 css 问题。我收到警告:
the stylesheet could not be loaded.
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/less/normalize.less
同样在点击 start date
输入文本后:我收到此错误:
ERROR DOMException: CSSStyleSheet.cssRules getter: Not allowed to
access cross-origin stylesheet
我想不通。我现在不知道我错过了什么。
你能帮我解决这个问题吗?
提前致谢。
您似乎必须将导入 @import '../node_modules/flatpickr/dist/flatpickr.min.css';
添加到您的 css 文件.
HTH.
我提到了 this thread:一切都完成了。
但我在 table 下方得到了 this。标签 ng-template
似乎没有正常工作。
问题是 css 问题。我收到警告:
the stylesheet could not be loaded. https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/less/normalize.less
同样在点击 start date
输入文本后:我收到此错误:
ERROR DOMException: CSSStyleSheet.cssRules getter: Not allowed to access cross-origin stylesheet
我想不通。我现在不知道我错过了什么。 你能帮我解决这个问题吗? 提前致谢。
您似乎必须将导入 @import '../node_modules/flatpickr/dist/flatpickr.min.css';
添加到您的 css 文件.
HTH.