如何在“ Chrome DevTools样式”部分中显示文件名和行号对

时间:2018-06-30 17:58:32

标签: google-chrome google-chrome-devtools

最近在我的Google Chrome浏览器(版本67.0.3396.99(正式版本)(64位))上遇到了问题,请参见以下屏幕截图:

enter image description here

单击右侧后,它显示如下:

enter image description here

我不知道它何时以及如何改变,但我真的很喜欢左侧。你知道我可以改回去吗?

加号:

这就是我在页面中包含CSS文件的方式:

<link href="mydomain.com/default.css" rel="stylesheet">

不是这样的:

<style>
/* some styles here */
</style> 

0 个答案:

没有答案