.party-table{
height: calc(100% - 130px);
.el-table__header-wrapper{
border-radius: 8px 8px 0 0 ;
.el-table__header{
tr,th{
background-color: @party-red;
color: @party-table-header-color;
font-size: 16px;
}
}
}
.el-table__body{
tr{
&:nth-child(even){
background-color: #FDFBF8;
}
}
}
}
-
xulili authoredd1fd401e