public/index.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/tabviews/zshare/normalTable/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/tabviews/zshare/pageMessage/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/tabviews/zshare/pageMessage/index.scss | ●●●●● 补丁 | 查看 | 原始文档 | 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 {