在css中:在{content:Lücke}转换为:before content {content:L \ FC cke}

时间:2017-07-26 14:23:07

标签: css angular

在我的CSS中,我尝试添加以下内容:

.test:before {
    content: "Lücke"
}

在JS小提琴中,这不是问题,我收到了预期的: enter image description here

但在我的Angular4项目中,结果如下:

enter image description here

在检查chrome dev控制台中的样式时,我找到了

.test:before {
    content: "L\FC cke";
}

为什么我的变形金刚变得混乱,我该如何防止它?

0 个答案:

没有答案