songshankun
2023-10-10 37d9434104476ce22b56c19ee6f86a270ee5ee29
style: 列表组件行高调整
1个文件已修改
12 ■■■■■ 已修改文件
src/components/makepager/TableCommonView.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/makepager/TableCommonView.vue
@@ -389,8 +389,8 @@
    margin-left: -10px;
    margin-right: -11px;
    li {
      height: 57px;
      line-height: 57px;
      //height: 57px;
      //line-height: 57px;
      .name-view {
        padding-left: 10px;
        border-bottom: 1px solid #ebeef5;
@@ -400,10 +400,14 @@
      }
    }
    .no-product {
      height: 57px;
      line-height: 57px;
      //height: 57px;
      //line-height: 57px;
    }
    li:last-child .name-view{
      border-bottom: none;
    }
  }
}
::v-deep {
  .el-table__footer-wrapper {