layout-footer.scss 248 B

1234567891011121314
  1. .vxe-layout-footer {
  2. flex-shrink: 0;
  3. background-color: var(--vxe-ui-layout-background-color);
  4. outline: 0;
  5. &.is--fixed {
  6. position: sticky;
  7. bottom: 0;
  8. left: 0;
  9. z-index: 9;
  10. }
  11. &.align--center {
  12. text-align: center;
  13. }
  14. }