king
2021-01-11 c8bec6ee3d923e38872e2b3a66989588c56504b5
2021-01-11
4个文件已修改
10 ■■■■■ 已修改文件
public/index.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/normalTable/index.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/pageMessage/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/pageMessage/index.scss 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/index.html
@@ -5,6 +5,7 @@
    <meta name="renderer" content="webkit">
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="theme-color" content="#000000" />
    <link rel="shortcut icon" href="#">
    <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
    <title></title>
  </head>
src/tabviews/zshare/normalTable/index.jsx
@@ -75,6 +75,7 @@
      let cell = null
      if (item.type === 'colspan') {
        if (!item.subcols || item.subcols.length === 0) return
        cell = {title: item.label, children: []}
        item.subcols.forEach(col => {
@@ -110,6 +111,7 @@
          })
        })
      } else if (item.type === 'old_colspan') {
        if (!item.subcols || item.subcols.length === 0) return
        item.subcols.forEach(col => {
          if (col.marks) { // 过滤行和卡片标记
            col.marks = col.marks.filter(mark => {
src/tabviews/zshare/pageMessage/index.jsx
@@ -160,7 +160,7 @@
      } else if (item.type === 'table' && item.subtype === 'normaltable') {
        item.cols.forEach(col => {
          if (col.type !== 'action') return
          col.elements = col.elements.forEach(cell => {
          col.elements && col.elements.forEach(cell => {
            let _cell = this.getBtnCell(cell, item)
            _item.sublist.push(_cell)
          })
src/tabviews/zshare/pageMessage/index.scss
@@ -8,6 +8,11 @@
    height: 40px;
  }
}
.custom-popview {
  .page-message-wrap {
    display: none;
  }
}
.ant-modal.menu-tree-modal {
  top: 60px;
  .ant-modal-body {