:deep(.el-table),
:deep(.el-table__expanded-cell) {
background-color: transparent;
font-size: 14px;
font-family: MySy;
color: #ffffff;
}
:deep(.el-table tr),
:deep(.el-table th),
:deep(.el-table td) {
background-color: transparent;
font-size: 14px;
font-family: MySy;
color: #ffffff;
border-bottom: none;
}