tablecss.scss 542 Bytes
.tableDivCss {
  width: 100%;
  height: 95%;
  background-color: #f5f5f5;
  padding: 5px;
  overflow-y: scroll;
  box-sizing: border-box;
}

.tableCss {
  width: 100%;
  background: #fff;
  text-align: center;
  border-collapse: collapse;
  color: #333;

  th {
    border: 1px solid #e8e8e8;
    line-height: 42px;
    padding: 0 4px;
    font-size: 15px;
  }

  td {
    border: 1px solid #e8e8e8;
    line-height: 42px;
    padding: 0 4px;
    font-size: 15px;
  }

  .title {
    line-height: 68px;
    font-size: 22px !important;
  }


}