只需添加下面几行css
* {
outline: solid #f00 1px !important;
background: #000 !important;
color: green !important;
}
页面就会变成这样:
比如我这里一直突出一块,但是不能确定到具体某个元素,使用这个方法就非常清晰可见了
2023-10-15 15:52:22
只需添加下面几行css
* {
outline: solid #f00 1px !important;
background: #000 !important;
color: green !important;
}
页面就会变成这样:
比如我这里一直突出一块,但是不能确定到具体某个元素,使用这个方法就非常清晰可见了