tenant.less 365 B

1234567891011121314151617
  1. :root:root {
  2. --van-primary: #FE2451 !important;
  3. --van-picker-confirm-action-color: #FE2451 !important;
  4. --van-primary-color: var(--van-primary) !important;
  5. --tag-border-color: #FE2451;
  6. --tag-color: #FE2451;
  7. }
  8. body {
  9. background-color: #fafafa;
  10. user-select: none;
  11. margin-top: 0 !important;
  12. }
  13. .btnMore {
  14. justify-content: space-between !important;
  15. }