From e38f6f8dc0a6fa7a92f183760a7649540613098e Mon Sep 17 00:00:00 2001 From: GongFlying <150640661+gzcqqqqqqqq1@users.noreply.github.com> Date: Sat, 9 May 2026 23:30:24 +0800 Subject: [PATCH] formula column support /n --- src/RowExpandFormatter/index.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/RowExpandFormatter/index.css b/src/RowExpandFormatter/index.css index 4d4b23c4..e6a568e9 100644 --- a/src/RowExpandFormatter/index.css +++ b/src/RowExpandFormatter/index.css @@ -15,7 +15,6 @@ margin: 5px 10px 5px 0; } -.dtable-ui.dtable-ui-row-expand-formatter .dtable-ui.formula-formatter, .dtable-ui.dtable-ui-row-expand-formatter .dtable-ui.text-formatter, .dtable-ui.dtable-ui-row-expand-formatter .dtable-ui.url-formatter, .dtable-ui.dtable-ui-row-expand-formatter .dtable-ui.email-formatter { @@ -28,6 +27,16 @@ text-decoration: none; } +.dtable-ui.dtable-ui-row-expand-formatter .dtable-ui.formula-formatter { + white-space: pre-wrap; + word-wrap: break-word; + line-height: 1.6; + width: 100%; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis; +} + .dtable-ui.dtable-ui-row-expand-formatter .dtable-ui.multiple-select-formatter .dtable-ui.select-item { margin: 5px 0; }