Skip to content

Commit 239d914

Browse files
committed
formating removed-84
1 parent 5c333da commit 239d914

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

client/packages/lowcoder/src/comps/comps/triContainerComp/triFloatTextContainer.tsx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,14 @@ export function TriContainer(props: TriContainerProps) {
180180
value={container.style.background}
181181
>
182182
<HeaderInnerGrid
183-
{...otherHeaderProps}
183+
{...otherHeaderProps}
184184
items={gridItemCompToGridItems(headerItems)}
185185
autoHeight={true}
186186
emptyRows={5}
187187
minHeight="46px"
188188
containerPadding={[0, 0]}
189189
showName={{ bottom: showFooter ? 20 : 0 }}
190-
$backgroundColor={headerStyle?.headerBackground || "transparent"}
190+
$backgroundColor={headerStyle?.headerBackground || 'transparent'}
191191
style={{ padding: headerStyle.containerHeaderPadding }} />
192192
</BackgroundColorContext.Provider>
193193
)}
@@ -208,14 +208,14 @@ export function TriContainer(props: TriContainerProps) {
208208
minHeight={showHeader ? "143px" : "142px"}
209209
containerPadding={[0, 0]}
210210
hintPlaceholder={props.hintPlaceholder ?? HintPlaceHolder}
211-
$backgroundColor={bodyStyle?.background || "transparent"}
211+
$backgroundColor={bodyStyle?.background || 'transparent'}
212212
$borderColor={style?.border}
213213
$borderWidth={style?.borderWidth}
214214
style={{
215215
float: `${props.float}`,
216216
width: `${props.float === "none" ? "100%" : `${props.width}%`}`,
217217
height: "100%",
218-
...container.bodyStyle,
218+
...container.bodyStyle
219219
}}
220220
/>
221221
<FloatTextWrapper
@@ -246,16 +246,15 @@ export function TriContainer(props: TriContainerProps) {
246246
minHeight={"48px"}
247247
containerPadding={[0, 0]}
248248
showName={{ top: showHeader ? 20 : 0 }}
249-
$backgroundColor={footerStyle?.footerBackground || "transparent"}
249+
$backgroundColor={footerStyle?.footerBackground || 'transparent'}
250250
$footerBackgroundImage={footerStyle?.footerBackgroundImage}
251251
$footerBackgroundImageRepeat={footerStyle?.footerBackgroundImageRepeat}
252252
$footerBackgroundImageSize={footerStyle?.footerBackgroundImageSize}
253253
$footerBackgroundImagePosition={footerStyle?.footerBackgroundImagePosition}
254254
$footerBackgroundImageOrigin={footerStyle?.footerBackgroundImageOrigin}
255255
$borderColor={style?.border}
256256
$borderWidth={style?.borderWidth}
257-
style={{padding: footerStyle.containerFooterPadding}}
258-
/>
257+
style={{ padding: footerStyle.containerFooterPadding }} />
259258
</BackgroundColorContext.Provider>
260259
)}
261260
</Wrapper>

0 commit comments

Comments
 (0)