|
|
@@ -41,9 +41,12 @@ const QuoteCtl = ({
|
|
|
分栏打开
|
|
|
</Button>,
|
|
|
<Button type="link" size="small" icon={<SearchOutlined />}>
|
|
|
- {intl.formatMessage({
|
|
|
- id: "buttons.open.in.new.tab",
|
|
|
- })}
|
|
|
+ {intl.formatMessage(
|
|
|
+ {
|
|
|
+ id: "buttons.open.in.new.tab",
|
|
|
+ },
|
|
|
+ { item: "" }
|
|
|
+ )}
|
|
|
</Button>,
|
|
|
<Button type="link" size="small" icon={<CopyOutlined />}>
|
|
|
复制引用
|