
.edit {
  height: 20px;
  width: 20px;
}
.show_table{
  width: 100%;
  height: 500px; 
  overflow: auto;
}
.el-table::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
}

