File tree 2 files changed +2
-0
lines changed
lowcoder/src/pages/editor/bottom
lowcoder-design/src/components
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ export const EditText = (props: EditTextProps) => {
108
108
$hasPrefix = { ! ! props . prefixIcon }
109
109
ref = { inputRef }
110
110
defaultValue = { props . text }
111
+ style = { props . style }
111
112
onClick = { ( e ) => e . stopPropagation ( ) }
112
113
onChange = { ( e ) => props . onChange ?.( ( e . target as HTMLInputElement ) . value ) }
113
114
onBlur = { ( e ) => {
Original file line number Diff line number Diff line change @@ -278,6 +278,7 @@ export function BottomTabs<T extends TabsConfigType>(props: {
278
278
} }
279
279
onChange = { ( value ) => setError ( editorState . checkRename ( tabTitle , value ) ) }
280
280
onEditStateChange = { ( editing ) => setEditing ( editing ) }
281
+ style = { { maxWidth : '100%' , width : '100%' } }
281
282
/>
282
283
< PopupCard
283
284
editorFocus = { ! ! error && editing }
You can’t perform that action at this time.
0 commit comments