mock平台

CaseDesModal.scss 570B

1234567891011121314151617181920212223242526
  1. .case-des-modal {
  2. .ant-modal-body {
  3. max-height: 520px;
  4. overflow-y: scroll;
  5. }
  6. .ip-filter .ip>.ant-form-item, .ip-filter .ip-switch>.ant-form-item {
  7. margin-bottom: 0;
  8. }
  9. .headers>.ant-form-item, .paramsArr>.ant-form-item, .params-form>.ant-form-item {
  10. margin-bottom: 0;
  11. }
  12. .sub-title {
  13. clear: both;
  14. font-weight: normal;
  15. margin-top: .48rem;
  16. margin-bottom: .16rem;
  17. border-left: 3px solid #2395f1;
  18. padding-left: 8px;
  19. }
  20. .pretty-editor{
  21. min-height: 300px;
  22. border: 1px solid #d9d9d9;
  23. border-radius: 4px;
  24. }
  25. }