king
2021-12-16 b9e9b4a0ed5bb185b020ec7a8ba1957c223c2c3f
2021-12-16
4个文件已修改
7 ■■■■■ 已修改文件
src/mob/searchconfig/searchdragelement/index.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/mob/searchconfig/settingform/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/card/data-card/index.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/appmanage/submutilform/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/mob/searchconfig/searchdragelement/index.scss
@@ -15,7 +15,7 @@
    display: flex;
    height: 44px;
    min-height: 44px;
    background-color: #fff;
    background-color: transparent;
    vertical-align: middle;
    overflow: hidden;
    transition: background-color 200ms;
src/mob/searchconfig/settingform/index.jsx
@@ -217,7 +217,7 @@
              {getFieldDecorator('backgroundColor', {
                initialValue: config.setting.backgroundColor || '#ffffff'
              })(
                <ColorSketch value={config.setting.backgroundColor || '#ffffff'}/>
                <ColorSketch/>
              )}
            </Form.Item>
          </Col>
src/tabviews/custom/components/card/data-card/index.jsx
@@ -362,7 +362,6 @@
    if (supComs) {
      if (!supComs.includes(MenuID)) return
      let supNodes = this.state.supNodes.filter(item => item.key !== MenuID)
      let bid = ''
      let _data = null
src/views/appmanage/submutilform/index.jsx
@@ -304,7 +304,7 @@
              {getFieldDecorator('sysBgColor', {
                initialValue: card ? card.sysBgColor || '#ffffff' : '#ffffff'
              })(
                <ColorSketch value={card ? card.sysBgColor || '#ffffff' : '#ffffff'}/>
                <ColorSketch/>
              )}
            </Form.Item>
          </Col>