123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .ReportTemplate {
- position: relative;
- padding: 16px;
- // height: 100%;
- border-radius: 4px;
- background: #fff;
- .breadcrumb {
- margin-top: 8px;
- .tab {
- font-size: 12px;
- color:#2c323c;
- cursor: pointer;
- &:hover {
- text-decoration: underline;
- }
- &.actived {
- color:#7A8599;
- &:hover {
- cursor: default;
- text-decoration: none;
- }
- }
- }
- }
- .content {
- position: relative;
- padding-top:8px;
- .bms-ant-tabs-nav {
- &::before {
- border-bottom: none !important;
- }
- }
- .bms-ant-table-body {
- max-height: 76.5vh !important;
- }
- }
- }
|