/**Variable**/
@import './helpers/mixin.scss';
.a-common-list {
  width: 100%;
  height: 100%;
  .vxe-table--render-wrapper {
    .vxe-table--header-wrapper {
      .vxe-table--header {
        .vxe-header--row {
          .vxe-header--column {
            background-color: #f5f7fa;
            padding: 6px 0;
            height: 37px;
            font-family: Microsoft YaHei, SimSun;
            color: #000;
            font-size: 15px;
            /*.vxe-cell {
              height: 24px;
              overflow: hidden;
            }*/
          }
        }
      }
    }
    .vxe-table--body-wrapper {
      .vxe-table--body {
        .vxe-body--column {
          padding: 6px 0;
          height: 37px;
          font-family: Microsoft YaHei, SimSun;
          color: #000;
          font-size: 15px;
          /*.vxe-cell {
            height: 24px;
            overflow: hidden;
          }*/
        }
      }
    }
  }
  .vxe-loading {
    background-color: transparent;
  }
}
