Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfdbe050

Browse files
author
FalkWolsky
committed
Translation and individual CSS Class
1 parent350ae5c commitfdbe050

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎client/packages/lowcoder/src/comps/generators/uiCompBuilder.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export function ExtendedComponentView(props: {
6464
}
6565

6666
return(
67-
<divclassName={props.className}data-testid={props.dataTestId}>
67+
<divclassName={props.className}data-testid={props.dataTestId}style={{width:"100%",height:"100%",margin:"0px",padding:"0px"}}>
6868
{props.children}
6969
</div>
7070
);

‎client/packages/lowcoder/src/i18n/locales/en.ts‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ export const en = {
211211
"baseURL":"Lowcoder API Base URL",
212212
"horizontal":"Horizontal",
213213
"minHorizontalWidth":"Minimum Horizontal Width",
214-
"component":"Component",
215-
"className":"Class",
216-
"dataTestId":"Test ID",
214+
"component":"OwnComponent Identifiers",
215+
"className":"CSSClass name",
216+
"dataTestId":"Individual ID",
217217
},
218218
"autoHeightProp":{
219219
"auto":"Auto",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp