From f8c9905e15777052c4628602b41cad70ac8c782b Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期五, 05 七月 2024 12:53:57 +0800 Subject: [PATCH] 修改luckysheet 源码 --- static/luckysheet/demoData/sheetComment.js | 132 ++++++++++++++++++++++---------------------- 1 files changed, 66 insertions(+), 66 deletions(-) diff --git a/static/luckysheet/demoData/sheetComment.js b/static/luckysheet/demoData/sheetComment.js index 326d9a9..36c49c0 100644 --- a/static/luckysheet/demoData/sheetComment.js +++ b/static/luckysheet/demoData/sheetComment.js @@ -1,67 +1,67 @@ -window.sheetComment = { - "name": "Comment", - "color": "", - "config": { - "columnlen": { - "2": 102 - } - }, - "index": "5", - "chart": [], - "status": 0, - "order": "5", - "column": 18, - "row": 36, - "celldata": [{ - "r": 2, - "c": 2, - "v": { - "m": "HoverShown", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "HoverShown", - "bl": 1, - "ps": { - "left": null, - "top": null, - "width": null, - "height": null, - "value": "Hello world!", - "isshow": false - } - } - }, { - "r": 7, - "c": 2, - "v": { - "m": "Size", - "ct": { - "fa": "General", - "t": "g" - }, - "v": "Size", - "bl": 1, - "ps": { - "left": null, - "top": null, - "width": null, - "height": null, - "value": "Hello,world!", - "isshow": true - } - } - }], - "ch_width": 4748, - "rh_height": 1790, - "luckysheet_select_save": [{ - "row": [0, 0], - "column": [0, 0] - }], - "luckysheet_selection_range": [], - "scrollLeft": 0, - "scrollTop": 0 -} - +window.sheetComment = { + "name": "Comment", + "color": "", + "config": { + "columnlen": { + "2": 102 + } + }, + "index": "5", + "chart": [], + "status": 0, + "order": "5", + "column": 18, + "row": 36, + "celldata": [{ + "r": 2, + "c": 2, + "v": { + "m": "HoverShown", + "ct": { + "fa": "General", + "t": "g" + }, + "v": "HoverShown", + "bl": 1, + "ps": { + "left": null, + "top": null, + "width": null, + "height": null, + "value": "Hello world!", + "isshow": false + } + } + }, { + "r": 7, + "c": 2, + "v": { + "m": "Size", + "ct": { + "fa": "General", + "t": "g" + }, + "v": "Size", + "bl": 1, + "ps": { + "left": null, + "top": null, + "width": null, + "height": null, + "value": "Hello,world!", + "isshow": true + } + } + }], + "ch_width": 4748, + "rh_height": 1790, + "luckysheet_select_save": [{ + "row": [0, 0], + "column": [0, 0] + }], + "luckysheet_selection_range": [], + "scrollLeft": 0, + "scrollTop": 0 +} + // export default sheetComment; \ No newline at end of file -- Gitblit v1.9.3