king
2023-02-17 2e3bf38aced62c8ecf4af58ca2685f09d3d47dde
src/menu/components/card/double-data-card/index.jsx
@@ -63,7 +63,7 @@
        search: [],
        subcards: [{
          uuid: Utils.getuuid(),
          setting: { width: 24},
          setting: { width: 24 },
          style: {
            borderWidth: '1px', borderColor: '#e8e8e8',
            paddingTop: '15px', paddingBottom: '15px', paddingLeft: '15px', paddingRight: '15px',
@@ -73,6 +73,7 @@
            uuid: Utils.getuuid(),
            eleType: 'text',
            datatype: 'static',
            width: 12,
            value: '循环区域'
          }],
          backSetting: {},
@@ -86,6 +87,7 @@
            uuid: Utils.getuuid(),
            eleType: 'text',
            datatype: 'static',
            width: 12,
            value: '子表区域'
          }]
        }]