index.less 226 B

12345678910111213141516171819
  1. @charset "utf-8";
  2. #course-vs {
  3. .ant-card.plus {
  4. text-align: center;
  5. cursor: pointer;
  6. }
  7. .ant-card {
  8. margin-bottom: 20px;
  9. }
  10. .delete-button {
  11. position: absolute;
  12. right: 10px;
  13. top: 10px;
  14. }
  15. }