如何去除 Element UI 中 el-input 输入框背景颜色
您可以使用以下样式来取消 el-input 的背景颜色:
.el-input {
background-color: transparent !important;
}
将此样式应用到您的页面中,el-input 的背景颜色将变为透明。
原文地址: https://www.cveoy.top/t/topic/foT5 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
您可以使用以下样式来取消 el-input 的背景颜色:
.el-input {
background-color: transparent !important;
}
将此样式应用到您的页面中,el-input 的背景颜色将变为透明。
原文地址: https://www.cveoy.top/t/topic/foT5 著作权归作者所有。请勿转载和采集!