index.less 584 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. @charset "utf-8";
  2. #subject-textbook-question {
  3. .ant-row {
  4. .anticon-minus-circle-o {
  5. position: absolute;
  6. right: 10px;
  7. top: 11px;
  8. }
  9. .ant-form-item-children>.anticon-minus-circle-o {
  10. position: absolute;
  11. right: 10px;
  12. top: 1px;
  13. }
  14. .ant-checkbox-wrapper {
  15. position: absolute;
  16. top: 8px;
  17. }
  18. }
  19. .drag {
  20. .ant-list-item {
  21. padding: 0;
  22. }
  23. .ant-list-item-action {
  24. width: 100px;
  25. padding-bottom: 25px;
  26. padding-right: 20px;
  27. }
  28. .ant-col-4 {
  29. text-align: center;
  30. }
  31. }
  32. }