链街Dcat后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
323 B

  1. <?php
  2. return [
  3. 'status_label'=>[
  4. 'default' => 'primary',
  5. 0 => 'info',
  6. 1 => 'success',
  7. 2 => 'warning',
  8. 3 => 'danger',
  9. -1=> 'danger'
  10. ],
  11. 'account_label'=>[
  12. 'default' => '#d3ffd3',
  13. 0 => '#f00',
  14. 1 => '#ff6600',
  15. 2 => '#1c9f78'
  16. ]
  17. ];