23 lines
329 B
CSS
23 lines
329 B
CSS
.tabsWrap :global(.ant-table-thead) > tr > th,
|
|
.tabsWrap :global(.ant-table-tbody) > tr > td {
|
|
white-space: initial;
|
|
margin-top: 20px;
|
|
}
|
|
.searchRow,
|
|
.btnRow,
|
|
.searchModule {
|
|
margin-top: 20px;
|
|
text-align: right;
|
|
}
|
|
|
|
.btnRow {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.subForm {
|
|
margin-top: 20px;
|
|
}
|