dataConnectBox.less 351 B

123456789101112131415161718
  1. .dataconnect-box {
  2. width: 600px !important;
  3. .ant-modal-body {
  4. max-height: 60vh;
  5. overflow-y: auto;
  6. .ant-input-number-handler-wrap {
  7. display: none;
  8. }
  9. .textarea-desc {
  10. margin-top: 4px;
  11. }
  12. }
  13. .validatemessage {
  14. text-align: left;
  15. color: #F5222D;
  16. }
  17. }