Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法保留高亮显示 DOM 元素的 boxmodel 属性(宽度、边距、填充、边框)?我正在尝试在调整窗口大小时检查元素的行为,以便永久查看测量结果。
Chrome 开发人员工具和 Firebug (Firefox) 的解决方案表示赞赏!
这对于 Chrome DevTools 是不可能的,但是您可以在调整窗口大小时打开Metrics面板右侧的窗格Elements来监控内容区域/填充/边框/边距。
Metrics
Elements