TerminalList.less 451 B

12345678910111213141516171819202122232425262728
  1. @import "../../../../node_modules/antd/lib/style/themes/default.less";
  2. .link {
  3. font-weight: 500;
  4. }
  5. .editBtn {
  6. margin-right: 10px;
  7. background: @primary-5;
  8. color: #fff;
  9. font-weight: 500;
  10. }
  11. .recBtn {
  12. margin-right: 10px;
  13. background: #a0d911;
  14. color: #fff;
  15. font-weight: 500;
  16. }
  17. .delBtn {
  18. background: #f5222d;
  19. color: #fff;
  20. font-weight: 500;
  21. }
  22. .ubBtn {
  23. margin-right: 10px;
  24. background: #a0d911;
  25. color: #fff;
  26. font-weight: 500;
  27. }