index.module.less 314 B

12345678910111213141516171819202122232425
  1. .studentRemove {
  2. padding: 20px 40px 0;
  3. p {
  4. font-size: max(18px, 14Px);
  5. color: #777777;
  6. line-height: 30px;
  7. text-align: center;
  8. span {
  9. color: #EA4132;
  10. }
  11. }
  12. }
  13. .btnGroupModal {
  14. padding: 32px 0;
  15. :global {
  16. .n-button {
  17. height: 47px;
  18. min-width: 156px;
  19. }
  20. }
  21. }