Junjie
2023-08-21 e70075bf060abb7c8faa5e6be9168bfd96f723cf
#优化站点显示
1个文件已修改
6 ■■■■ 已修改文件
src/main/webapp/views/console.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/console.html
@@ -594,7 +594,11 @@
                                        col = '<button class="item" style="font-size: 24px">&#9889;</button>';
                                        break;
                                    default:
                                        col = '<button class="item">' + idx + '</button>';
                                        let val = idx;
                                        if (colData.data.length > 0) {
                                            val = colData.data
                                        }
                                        col = '<button class="item">' + val + '</button>';
                                }
                                if(rowData.length - 2 == idx){