vue中element组件样式修改无效

// scss写法 <style lang="scss"> .detail{ .el-input__inner { height: 48px; } } </style> // css写法 <style> .detail .el-input__inner{ height: 48px; width: 50px!important; } </style> 直接写style注意不加scoped,而后用一个
相关文章
相关标签/搜索