Chrome 开发者控制台提供 'background-color' 属性 而不是一般的 属性 'background'

Chrome developer console offers 'background-color' property instead of general property 'background'

在样式部分的 chrome 中使用 google 开发人员控制台时,它会立即为我提供 "as I type" 背景色 属性。几个月前,它一直在提供一般 属性 "background",我更喜欢它。

是否有机会自定义这些提示,或者我无能为力?

谢谢

嗯,Chrome开发者控制台没有问题。您只需要输入 background 然后输入冒号 : 。它会设置 background: #color 。 试一试。