index.less 315 B

12345678910111213141516171819202122232425
  1. @charset "utf-8";
  2. #setting-index {
  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. .ant-upload {
  16. img {
  17. max-width: 100px;
  18. max-height: 100px;
  19. }
  20. }
  21. }