king
2024-03-18 8881f69f5d7127a4090184b3ea7c9cbf9574100e
src/tabviews/custom/components/card/data-card/index.jsx
@@ -1251,7 +1251,9 @@
              let className = 'mk-card '
              if (config.wrap.parity === 'true') {
                if (index % 2 === 1) {
                  className += 'mk-parity-bg '
                  className += 'mk-even-line '
                } else {
                  className += 'mk-odd-line '
                }
              }
              if (item.$disabled) {