|
@@ -388,12 +388,12 @@ export default class ConfigTag extends Component {
|
|
|
</div>
|
|
|
);
|
|
|
},
|
|
|
- width: '30%',
|
|
|
+ width: '20%',
|
|
|
align: 'center',
|
|
|
}, {
|
|
|
title: '操作',
|
|
|
key: 6,
|
|
|
- width: '15%',
|
|
|
+ width: '30%',
|
|
|
render: (_, record) => {
|
|
|
const { id, isNew, isEdit } = record;
|
|
|
const getPopconfirmBtn = () => {
|
|
@@ -423,6 +423,12 @@ export default class ConfigTag extends Component {
|
|
|
>保存
|
|
|
</Button>
|
|
|
{getPopconfirmBtn()}
|
|
|
+ <Button
|
|
|
+ size="small"
|
|
|
+ className="depositBtn"
|
|
|
+ onClick={() => this.handleSelectorModalShow('allTag', id)}
|
|
|
+ >复制
|
|
|
+ </Button>
|
|
|
</div>
|
|
|
);
|
|
|
}
|
|
@@ -437,11 +443,10 @@ export default class ConfigTag extends Component {
|
|
|
{getPopconfirmBtn()}
|
|
|
<Button
|
|
|
size="small"
|
|
|
- className={styles.copyBtn}
|
|
|
+ className="depositBtn"
|
|
|
onClick={() => this.handleSelectorModalShow('allTag', id)}
|
|
|
>复制
|
|
|
</Button>
|
|
|
-
|
|
|
</div>
|
|
|
);
|
|
|
},
|