king
2025-04-10 fcdfdc9670866fecd2d239d75a6ec28391175e9f
2025-04-10
3个文件已修改
12 ■■■■ 已修改文件
src/tabviews/custom/components/card/data-card/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/card/double-data-card/index.jsx 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/card/prop-card/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/card/data-card/index.jsx
@@ -123,7 +123,7 @@
      _config.wrap.selected = 'false'
    }
    _config.wrap.selStyle = _config.wrap.selStyle || 'active'
    _config.wrap.selStyle = _config.wrap.selStyle || 'none'
    _config.wrap.pagestyle = _config.wrap.pagestyle || 'page'
    _config.wrap.scale = _config.wrap.scale === 'true' ? 'scale' : ''
    _config.wrap.layout = (_config.wrap.layout || 'grid') + '-layout float-' + (_config.wrap.cardFloat || 'left')
src/tabviews/custom/components/card/double-data-card/index.jsx
@@ -116,6 +116,12 @@
    })
    _config.subcards = null
    if (!_config.wrap.cardType) {
      _config.wrap.selStyle = 'none'
      _config.wrap.selected = 'false'
      _config.wrap.pickup = 'false'
    }
    
    let selected = 'false'
    if (_config.wrap.selected === 'always' || _config.wrap.selected === 'init' || _config.wrap.selected === 'sign') {
@@ -124,7 +130,7 @@
      _config.wrap.selected = 'false'
    }
    _config.wrap.selStyle = _config.wrap.selStyle || 'active'
    _config.wrap.selStyle = _config.wrap.selStyle || 'check'
    _config.wrap.pagestyle = _config.wrap.pagestyle || 'page'
    _config.wrap.wrapClass =  `${_config.wrap.selStyle} ${_config.wrap.cardType || ''} ${config.wrap.empSign === 'hidden' ? 'mk-empty-hide' : ''}`
src/tabviews/custom/components/card/prop-card/index.jsx
@@ -123,7 +123,7 @@
    let selected = _config.wrap.selected || 'false'
    _config.wrap.selStyle = _config.wrap.selStyle || 'active'
    _config.wrap.selStyle = _config.wrap.selStyle || 'none'
    _config.wrap.priKeyType = _config.wrap.priKeyType || 'static'
    _config.wrap.scale = _config.wrap.scale === 'true' ? 'scale' : ''