//隐藏table第一行
.gc-layout-table > tr:first-child {
display: none !important;
}
//隐藏table第二行
.gc-layout-table > tr:nth-child(2) {
display: none !important;
}
//隐藏table第一行
.gc-layout-table > tr:first-child {
display: none !important;
}
//隐藏table第二行
.gc-layout-table > tr:nth-child(2) {
display: none !important;
}