king
2025-03-24 1563e2ef18b013bb7bb5781a22e7d92f40454f69
src/menu/components/card/doublecardcomponent/index.jsx
@@ -231,12 +231,22 @@
          field: item.field || '',
          width: item.span || 12,
          value: '',
          style: {marginBottom: '15px'}
          style: {marginBottom: '15px', color: 'rgba(0, 0, 0, 0.85)'}
        }
        if (item.type === 'number') {
          cell.eleType = 'number'
          cell.decimal = typeof(item.decimal) === 'number' ? item.decimal : ''
        } else if (item.type === 'split') {
          cell.width = 24
          cell.prefix = ''
          cell.value = item.label || ''
          cell.style = {
            color: '#1890ff',
            marginBottom: '15px',
            borderBottomWidth: '1px',
            borderBottomColor: '#e9e9e9'
          }
        }
        items.push(cell)