我不知道如何找到这个元素样式代码的来源。例如在 Chrome Element Inspector Tool 的右侧,它显示了以下 CSS 代码:
element.style {
position: absolute;
left: 0px;
top: 0px;
width: 486px;
height: 200px;
overflow: hidden;
-webkit-user-select: none;
background-color: #FFF;
border: 1px solid #ABABAB;
}
在左边有这个:
<div draggable="false" style="position: absolute; left: 0px; top: 0px; width: 486px; height: 200px; overflow: hidden; -webkit-user-select: none; background-color: white; border: 1px solid rgb(171, 171, 171);"></div>
我查看了模块文件,但我只看到没有上述行的 JavaScript 和 HTML 文件?