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;
  }
}

 

posted @ 2021-06-29 09:46  詹詹123  阅读(1014)  评论(0编辑  收藏  举报