Element中使用el-form-item提示被遮挡
文章描述:
Element表单验证提示被遮挡

解决方法
使用CSS穿透处理,代码如下:
/deep/.el-form-item__content {
margin-bottom: 20px;
}

发布时间:2024/11/07
文章描述:
Element表单验证提示被遮挡

解决方法
使用CSS穿透处理,代码如下:
/deep/.el-form-item__content {
margin-bottom: 20px;
}

发表评论