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,而後用一個
相關文章
相關標籤/搜索