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

Commit36d4f06

Browse files
committed
formatting removed -1
1 parent790d04d commit36d4f06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎client/packages/lowcoder/src/comps/comps/textComp.tsx‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const getStyle = (style: TextStyleType) => {
3333
color:${style.links};
3434
}
3535
.markdown-body {
36-
margin:${style.margin}!important;
36+
margin:${style.margin}!important;
3737
padding:${style.padding};
3838
width:${widthCalculator(style.margin)};
3939
font-family:${style.fontFamily}!important;
@@ -123,8 +123,8 @@ let TextTmpComp = (function () {
123123

124124
constchildrenMap={
125125
text:stringExposingStateControl(
126-
'text',
127-
trans('textShow.text',{name:'{{currentUser.name}}'})
126+
"text",
127+
trans("textShow.text",{name:"{{currentUser.name}}"})
128128
),
129129
autoHeight:AutoHeightControl,
130130
type:dropdownControl(typeOptions,"markdown"),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp