深度选择器

注意:深度属性只有在scoped下才会生效

.el-input {
    border: 1px;
    height: 50px;
    font-size: 15px;
    margin-bottom: 20px;

}
.el-input :deep(.el-input__wrapper){
    padding: 1px 19px;
}
posted @ 2024-02-13 14:09  惊朝  阅读(9)  评论(0编辑  收藏  举报