我们设置了一个 FIORI Launchpad 并创建了一个自定义主题,总体上运行良好。
现在,我意识到 1. 仅在 IE 中,来自 custom.css 的一些 CSS 规则被 library.css 2. 相同,只有一个用户(到目前为止),使用最新的 chrome 版本。
我想知道是否有人经历过类似的影响,是否有已知的解决方案。我希望 custom.css 成为负责人。
到目前为止遇到的所有其他情况都会引用 Custom.css。IE 开发人员工具显示 custom.css 中的 CSS 规则被删除。
custom.css .sapMeCalendarApproval > .sapMeCalendarMonth > div.sapMeCalendarMonthDays > .sapMeCalendarType01.sapMeCalendarMonthDay { 背景颜色:绿色;}
library.css .sapMeCalendarApproval > .sapMeCalendarMonth > div.sapMeCalendarMonthDays > .sapMeCalendarType01.sapMeCalendarMonthDay { 背景颜色:蓝色;}
=> 结果是蓝色背景,应该是绿色。