phpstorm jetbrain 配置review code
下面代码产生了作用,但是识别不出来,于是禁用Unused CSS selector
<style>
.el-dialog {
pointer-events: auto;
}
</style>
步骤:
- 在 PhpStorm 中,点击顶部菜单 File > Settings(Windows/Linux)或 PhpStorm > Preferences(macOS)。
- 在 Inspections 界面左侧的搜索框中输入 CSS。
- 展开 CSS 部分,找到 Unused CSS selector(未使用的 CSS 选择器)。
- 取消勾选 Unused CSS selector
原文地址:https://blog.csdn.net/fendouweiqian/article/details/145143598
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!