styles.module.css 384 B

12345678910111213141516171819
  1. .prompt-container table {
  2. display: table;
  3. }
  4. .prompt-operate-container :global .ant-card-head {
  5. min-height: fit-content;
  6. padding: 5px 0 5px 20px;
  7. }
  8. .prompt-operate-container :global .ant-card-head-title {
  9. font-size: 14px;
  10. font-weight: 400;
  11. }
  12. .prompt-operate-container :global .ant-card-body {
  13. display: flex;
  14. flex-direction: column;
  15. justify-content: space-between;
  16. }