Fix SigninTable CSS

This commit is contained in:
Yang Luo 2024-02-14 12:10:30 +08:00
parent e755a7331d
commit 764c64e67c

View File

@ -195,7 +195,7 @@ class SigninTable extends React.Component {
/> />
</div> </div>
} title={i18next.t("application:CSS style")} trigger="click"> } title={i18next.t("application:CSS style")} trigger="click">
<Input value={text} style={{marginBottom: "10px"}} onChange={e => { <Input value={text} onChange={e => {
this.updateField(table, index, "label", e.target.value); this.updateField(table, index, "label", e.target.value);
}} /> }} />
</Popover> </Popover>