12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- .row-dragging {
-
- .bms-ant-table-cell {
- width: 130px;
- }
- }
- .sortable-item {
- z-index: 1000;
- }
- .ReportTemplate {
- .breadcrumb {
- margin-top: 8px;
- margin-bottom: 16px;
- height: 14px;
- .tab {
- font-size: 14px;
- color: #7A8599;
- cursor: pointer;
- padding: 4px;
- &:hover {
- background: #E6EAF2;
- border-radius: 4px;
- }
- &.actived {
- color: #17181A;
- &:hover {
- cursor: default;
- color: #17181A;
- text-decoration: none;
- background: transparent;
- }
- }
- }
- }
- .contentWrap {
- position: relative;
- padding: 16px;
- border-radius: 4px;
- background: #fff;
- .export {
- position: absolute;
- top: 16px;
- right: 16px;
- width: 56px;
- height: 24px;
- color: #fff;
- text-align: center;
- line-height: 24px;
- cursor: pointer;
- background: #3377FF;
- border-radius: 4px;
- }
- .content {
- position: relative;
- padding-top: 8px;
- .bms-ant-tabs-nav {
- &::before {
- border-bottom: none !important;
- }
- }
- .bms-ant-table-body {
- max-height: calc(100vh - 210px) !important;
- }
- }
- }
- }
|