From 9a11e62adeb8d435b52a361eb62d5b59e1deef2a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 23 五月 2024 21:14:50 +0800 Subject: [PATCH] 2024-05-23 --- src/templates/zshare/editTable/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/zshare/editTable/index.jsx b/src/templates/zshare/editTable/index.jsx index fcc5e6d..2c9ecc4 100644 --- a/src/templates/zshare/editTable/index.jsx +++ b/src/templates/zshare/editTable/index.jsx @@ -366,7 +366,7 @@ if (list) { Modal.info({ title: '', - width: 500, + width: 700, className: 'sql-example', icon: null, content: list.map((n, index) => <div key={index} dangerouslySetInnerHTML={{ __html: n }}></div>) -- Gitblit v1.8.0