<style> .detail{ .el-input__inner { height: 48px; } } </style>
直接寫style注意不加scoped,而後用一個組件最外層的class包裹住,就不會改到全部的組件的樣式了。vue