king
2020-02-14 de3839498d97e951c30040ef6c6bcc18bdafa515
2020-02-14
8个文件已修改
31 ■■■■ 已修改文件
src/components/tabview/index.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/commontable/index.jsx 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/commontable/index.scss 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/datamanage/index.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/formtab/index.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/rolemanage/index.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/subtable/index.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/subtabtable/index.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/tabview/index.scss
@@ -39,7 +39,7 @@
  .main-copy {
    position: fixed;
    z-index: 2;
    bottom: 75px;
    bottom: 65px;
    right: 30px;
    width: 40px;
    height: 40px;
src/tabviews/commontable/index.jsx
@@ -447,7 +447,8 @@
    let LText = `select top ${pageSize} ${arr_field} from (select ${arr_field} ,ROW_NUMBER() over(order by ${orderBy}) as rows from ${_dataresource} ${_search}) tmptable where rows > ${pageSize * (pageIndex - 1)} order by tmptable.rows`
    let DateCount = `select count(1) as total from ${_dataresource} ${_search}`
    // console.log(LText)
    console.log(LText)
    console.log(DateCount)
    param.LText = Utils.formatOptions(LText)
    param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') + '.000'
    param.secretkey = Utils.encrypt(param.LText, param.timestamp)
src/tabviews/commontable/index.scss
@@ -24,12 +24,6 @@
    left: calc(50vw - 22px);
    top: calc(50vh - 70px);
  }
  > .ant-tabs {
    padding: 0px 20px;
    .ant-tabs-tab:not(.ant-tabs-tab-active) {
      cursor: pointer;
    }
  }
  > .ant-card {
    margin: 0 20px 20px;
    > .ant-card-head {
@@ -68,8 +62,12 @@
      }
    }
  }
  .ant-tabs + .ant-tabs {
    margin-top: 20px;
  > .ant-tabs {
    padding: 0px 20px;
    margin-bottom: 20px;
    .ant-tabs-tab:not(.ant-tabs-tab-active) {
      cursor: pointer;
    }
  }
}
.commontable.pick-control {
@@ -78,7 +76,7 @@
  }
}
.ant-back-top {
  bottom: 30px;
  bottom: 20px;
  right: 30px;
}
.popview-modal {
src/tabviews/datamanage/index.scss
@@ -26,6 +26,6 @@
  }
}
.ant-back-top {
  bottom: 30px;
  bottom: 20px;
  right: 30px;
}
src/tabviews/formtab/index.scss
@@ -165,7 +165,7 @@
  }
}
.ant-back-top {
  bottom: 30px;
  bottom: 20px;
  right: 30px;
}
.popview-modal {
src/tabviews/rolemanage/index.scss
@@ -9,6 +9,6 @@
  }
}
.ant-back-top {
  bottom: 30px;
  bottom: 20px;
  right: 30px;
}
src/tabviews/subtable/index.scss
@@ -31,7 +31,7 @@
  }
}
.ant-back-top {
  bottom: 30px;
  bottom: 20px;
  right: 30px;
}
.popview-modal {
src/tabviews/subtabtable/index.scss
@@ -31,6 +31,6 @@
  }
}
.ant-back-top {
  bottom: 30px;
  bottom: 20px;
  right: 30px;
}