sass 和 less 的样式穿透

这俩个常用的样式穿透的方式 有俩种 分别是 /deep/ 与 ::v-deep

外层容器 /deep/ 组件 { }
外层容器 ::v-deep 组件 { }
.Userdescriptions /deep/ .ant-descriptions-item-content {
  border-color: #fff !important;
}
.userstatus ::v-deep {
  button {
    height: 25px;
  }
  .ant-switch::after {
    height: 21px;
    width: 21px;
  }
}
Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐