1234567891011121314151617 |
- .ax-body{
- display: flex;
- flex-direction: column;
- height: 100%;
- }
- .ax-body .__root{
- flex: 1;
- overflow: auto;
- padding-left: var(--blank) !important;
- padding-right: var(--blank) !important;
- }
- ax-custom-title{
- position: relative;
- z-index: 99999999;
- }
|