css的/deep/使用
在Scoped CSS规范中,使用/deep/写法既不影响到别的地方,又能修改子组件在当前的样式。
/deep/ .el-input { height: 50px; width: calc(100% - 80px); input { background: transparent; border: 0; -webkit-appearance: none; border-radius: 0; padding: 12px 5px; height: 50px; } }
在Scoped CSS规范中,使用/deep/写法既不影响到别的地方,又能修改子组件在当前的样式。
/deep/ .el-input { height: 50px; width: calc(100% - 80px); input { background: transparent; border: 0; -webkit-appearance: none; border-radius: 0; padding: 12px 5px; height: 50px; } }