::v-deep {
.el-input__inner {
border: 0;
border-radius: 0px;
// &:focus {
// border-bottom: 1px solid #409eff;
// }
}
.el-textarea__inner {
resize: none;
/* 这个是去掉 textarea 下面拉伸的那个标志,如下图 */
border: 0;
border-radius: 0px;
// &:focus {
// border-bottom: 1px solid #409eff;
// }
}
}
标签:__,el,focus,element,409eff,ui,input,border
From: https://www.cnblogs.com/zh76412950/p/17511411.html