index.less 342 B

123456789101112131415161718192021222324252627282930
  1. .upload{
  2. display: inline;
  3. }
  4. .btnRight{
  5. margin-right: 5px;
  6. }
  7. .divBottom{
  8. margin-bottom: 5px;
  9. }
  10. .minHeight{
  11. min-height: 100px;
  12. }
  13. .customImg{
  14. :global {
  15. .ql-editor img{
  16. max-height: 400px;
  17. }
  18. /* Bubble Theme */
  19. .ql-bubble .ql-editor {
  20. border: 1px solid #cccccc;
  21. //border-radius: 0.5em;
  22. }
  23. }
  24. }