Bootstrap

uni-app——uniapp uni-table 表格 stripe 斑马线样式 在 u-popup 不生效解决方案

/deep/ .uni-table-tr {
  &:first-child {
    background-color: #fff;
  }
  &:nth-child(2n) {
    background-color: #f3f3f3; // 自定义背景颜色
  }
}
;