diff --git a/web/src/components/edit-tag/index.tsx b/web/src/components/edit-tag/index.tsx index 7198078a4..28265da6e 100644 --- a/web/src/components/edit-tag/index.tsx +++ b/web/src/components/edit-tag/index.tsx @@ -97,7 +97,6 @@ const EditTag = ({ tags, setTags }: EditTagsProps) => { ref={inputRef} type="text" size="small" - style={{ width: 78 }} value={inputValue} onChange={handleInputChange} onBlur={handleInputConfirm}