CampusList.less 268 B

12345678910111213141516
  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. .deleteBtn {
  12. background: #f5222d;
  13. color: #fff;
  14. font-weight: 500;
  15. }