fix(web): Editor input type add blur event

This commit is contained in:
zhaoying
2026-03-03 10:14:36 +08:00
parent ce8a2cbe34
commit aa733354e8
5 changed files with 123 additions and 32 deletions

View File

@@ -49,7 +49,7 @@ const EditableTable: FC<EditableTableProps> = ({
const getColumns = (remove: (index: number) => void): TableProps<TableRow>['columns'] => {
const hasType = typeOptions.length > 0;
const cellClassName="rb:p-1!"
const contentClassName ="rb:w-[108px]! rb:text-[12px]!"
const contentClassName ="rb:w-[108px]! rb:text-[12px]! rb:overflow-hidden!"
return [
{