mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-06-23 22:16:53 +08:00
update frontend
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user