update frontend

This commit is contained in:
felinae98
2021-11-19 14:22:04 +08:00
parent f8a7eda467
commit ff8803e89b
7 changed files with 293 additions and 49 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ export function InputTag(prop: InputTagProp) {
onPressEnter={handleInputConfirm} />
)}
{!inputVisible && (
<Tag className="site-tag-plus" onClick={showInput} style={{background: '#fff', border: 'dashed'}}>
<Tag className="site-tag-plus" onClick={showInput} style={{background: '#fff', border: 'dashed thin', borderColor: '#bfbfbf' }}>
<PlusOutlined/> {prop.addText || "Add Tag"}
</Tag>
)}