king
2023-07-12 aaf200c8f1b93136244fb963a7ac2f57fb415e3a
src/views/billprint/index.jsx
@@ -876,6 +876,8 @@
      if (item.style && item.style.clear === 'left') {
        style = {clear: 'left'}
      } else if (item.style && item.style.clear === 'right') {
        style = {float: 'right'}
      }
      if (item.type === 'bar' || item.type === 'line') {