ax-body.wxss 258 B

1234567891011121314151617
  1. .ax-body{
  2. display: flex;
  3. flex-direction: column;
  4. height: 100%;
  5. }
  6. .ax-body .__root{
  7. flex: 1;
  8. overflow: auto;
  9. padding-left: var(--blank) !important;
  10. padding-right: var(--blank) !important;
  11. }
  12. ax-custom-title{
  13. position: relative;
  14. z-index: 99999999;
  15. }