index.less 213 B

123456789101112
  1. @charset "utf-8";
  2. .ql-editor ol li.ql-list-customer,
  3. .ql-editor ul li.ql-list-customer {
  4. padding-left: 0;
  5. }
  6. .ql-editor li.ql-list-customer:before {}
  7. .ql-editor ol li.ql-list-customer:before {
  8. content: "";
  9. }