mh-lcmk-sms-web/src/components/CustomPages/FM/roleEditPage.css

23 lines
329 B
CSS
Raw Normal View History

2024-05-27 09:25:22 +08:00
.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;
}