Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccfd15a + bc99056 commit bcd42acCopy full SHA for bcd42ac
‎client/packages/lowcoder/src/comps/comps/tableComp/column/tableColumnComp.tsx
@@ -356,7 +356,7 @@ export class ColumnComp extends ColumnInitComp {
356
preInputNode: <StyledBorderRadiusIcon as={IconRadius} title="" />,
357
placeholder: '3px',
358
})}
359
- {this.children.textSize.propertyView({
+ {columnType !== 'markdown' && this.children.textSize.propertyView({
360
label: trans('style.textSize'),
361
preInputNode: <StyledTextSizeIcon as={TextSizeIcon} title="" />,
362
placeholder: '14px',
0 commit comments