king
2023-07-12 f724c64b419f148985c0bd5a1153e3fc7d84b9e6
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') {