king
2021-08-31 72419e2f826031a158173f46d723a672064e37cd
2021-08-31
13个文件已修改
53 ■■■■■ 已修改文件
public/options.json 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/css/viewstyle.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/chart/antv-bar/index.scss 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/chart/antv-dashboard/index.scss 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/chart/antv-pie/index.scss 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/chart/antv-scatter/index.scss 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/card/cardcellList/index.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/card/data-card/index.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/card/data-card/index.scss 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/group/normal-group/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/share/normalheader/index.scss 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/share/tabtransfer/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/table/normal-table/index.scss 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/options.json
@@ -1,16 +1,16 @@
{
  "appId": "201912040924165801464FF1788654BC5AC73",
  "appkey": "20191106103859640976D6E924E464D029CF0",
  "appId": "20200603163557423A7A4FF7915AC4F2D90DE",
  "appkey": "202006011452123805E10CF76EC964C4C9C42",
  "mainSystemApi": "http://sso.mk9h.cn/cloud/webapi/dostars",
  "systemType": "",
  "externalDatabase": "false",
  "externalDatabase": "",
  "lineColor": "",
  "filter": "false",
  "defaultApp": "",
  "defaultLang": "zh-CN",
  "WXAppID": "",
  "debugger": false,
  "licenseKey": "E1A8FE",
  "host": "http://qingqiumarket.cn",
  "service": "mkwms/"
  "licenseKey": "",
  "host": "http://demo.mk9h.cn",
  "service": "qm_owt/"
}
src/assets/css/viewstyle.scss
@@ -186,7 +186,7 @@
    }
  }
  .custom-data-card-box, .custom-prop-card-box {
    .data-zoom.radio .card-row-list > .ant-col:not(.active):not(.selected):hover > .card-item-box, .data-zoom.checkbox .card-row-list > .ant-col:not(.active):not(.selected):hover > .card-item-box {
    .data-zoom.radio .card-row-list > .ant-col:not(.active):not(.selected):not(.extend-card):hover > .card-item-box, .data-zoom.checkbox .card-row-list > .ant-col:not(.active):not(.selected):not(.extend-card):hover > .card-item-box {
      border-color: $color4 !important;
      box-shadow: 0 0 4px $color4 !important;
    }
src/menu/components/chart/antv-bar/index.scss
@@ -12,12 +12,8 @@
    margin: 0px;
    padding: 15px 10px 10px;
    letter-spacing: 0px;
    // height: 100%;
    flex: 1;
  }
  // .normal-header + .canvas {
  //   height: calc(100% - 45px);
  // }
  .chart-header {
    position: relative;
src/menu/components/chart/antv-dashboard/index.scss
@@ -12,12 +12,8 @@
    margin: 0px;
    padding: 15px;
    letter-spacing: 0px;
    // height: 100%;
    flex: 1;
  }
  // .normal-header + .canvas {
  //   height: calc(100% - 45px);
  // }
  >.anticon-tool {
    position: absolute;
src/menu/components/chart/antv-pie/index.scss
@@ -12,12 +12,8 @@
    margin: 0px;
    padding: 15px;
    letter-spacing: 0px;
    // height: 100%;
    flex: 1;
  }
  // .normal-header + .canvas {
  //   height: calc(100% - 45px);
  // }
  >.anticon-tool {
    position: absolute;
src/menu/components/chart/antv-scatter/index.scss
@@ -12,12 +12,8 @@
    margin: 0px;
    padding: 15px 10px 10px;
    letter-spacing: 0px;
    // height: 100%;
    flex: 1;
  }
  // .normal-header + .canvas {
  //   height: calc(100% - 45px);
  // }
  .chart-header {
    position: relative;
src/tabviews/custom/components/card/cardcellList/index.scss
@@ -63,7 +63,7 @@
      width: 100%;
      max-width: 100%;
      height: auto;
      min-height: 32px;
      min-height: 28px;
    }
  }
  .ant-mk-slider {
src/tabviews/custom/components/card/data-card/index.jsx
@@ -660,7 +660,7 @@
          <Row className="card-row-list">
            {offset ? <Col span={offset} style={{height: '10px'}}> </Col> : null}
            {precards.map((item, index) => (
              <Col key={'pre' + index} className={item.setting.$click} span={item.setting.width || 6}>
              <Col key={'pre' + index} className={'extend-card ' + item.setting.$click} span={item.setting.width || 6}>
                <CardItem card={item} cards={config} data={{$$BID: BID, $$type: 'extendCard'}}/>
              </Col>
            ))}
@@ -670,7 +670,7 @@
              </Col>
            ))}
            {nextcards.map((item, index) => (
              <Col key={'next' + index} className={item.setting.$click} span={item.setting.width || 6}>
              <Col key={'next' + index} className={'extend-card ' + item.setting.$click} span={item.setting.width || 6}>
                <CardItem card={item} cards={config} data={{$$BID: BID, $$type: 'extendCard'}}/>
              </Col>
            ))}
src/tabviews/custom/components/card/data-card/index.scss
@@ -7,7 +7,7 @@
  >.button-list.toolbar-button {
    padding: 0;
    line-height: 55px;
    line-height: 45px;
    button {
      margin-right: 0px;
      margin-bottom: 0px;
@@ -22,7 +22,7 @@
  }
  .data-zoom.radio, .data-zoom.checkbox {
    .card-row-list {
      >.ant-col:not(.active):not(.selected):hover {
      >.ant-col:not(.active):not(.selected):not(.extend-card):hover {
        >.card-item-box {
          border-color: #69c0ff!important;
          box-shadow: 0 0 4px #69c0ff!important;
@@ -32,7 +32,7 @@
  }
  .data-zoom.true {
    .card-row-list {
      >.ant-col:hover {
      >.ant-col:not(.extend-card):hover {
        >.card-item-box {
          z-index: 1;
          transform: scale(1.05);
src/tabviews/custom/components/group/normal-group/index.jsx
@@ -102,7 +102,7 @@
   * @description 主表数据加载
   */ 
  loadmaindata = (params) => {
    let param = getStructuredParams(params, this.props.config)
    let param = getStructuredParams(params, this.props.config, this.props.BID || '')
    Api.getLocalConfig(param).then(result => {
      if (result.status) {
src/tabviews/custom/components/share/normalheader/index.scss
@@ -34,6 +34,9 @@
        .ant-select-selection {
          height: 28px;
        }
        .ant-input-search-button {
          height: 28px;
        }
      }
    }
  }
src/tabviews/custom/components/share/tabtransfer/index.jsx
@@ -118,7 +118,7 @@
   * @description 主表数据加载
   */ 
  loadmaindata = (params) => {
    let param = getStructuredParams(params, this.props.config)
    let param = getStructuredParams(params, this.props.config, this.props.BID || '')
    Api.getLocalConfig(param).then(result => {
      if (result.status) {
src/tabviews/custom/components/table/normal-table/index.scss
@@ -9,7 +9,7 @@
  }
  >.button-list.toolbar-button {
    padding: 0;
    line-height: 55px;
    line-height: 45px;
    padding-right: 60px;
    button {
      margin-right: 0px;
@@ -80,7 +80,7 @@
        padding: 0;
        >.button-list.toolbar-button {
          padding: 0;
          line-height: 55px;
          line-height: 45px;
          padding-right: 60px;
          button {
            margin-right: 0px;