修改elementui等UI组件默认的样式 点赞侠01 2023-11-16 84 阅读1分钟 使用样式穿透 lang = scss div{ ... &::v-deep{ .el-slect{ ... .el-input__inner{ ... } } } }