|
@@ -70,7 +70,9 @@ function A2intro() {
|
|
|
|
|
|
<div className="A2toolbar">
|
|
<div className="A2toolbar">
|
|
{isLook ? (
|
|
{isLook ? (
|
|
- <Button onClick={() => setIsLook(false)}>编辑</Button>
|
|
|
|
|
|
+ <Button onClick={() => setIsLook(false)} type="primary">
|
|
|
|
+ 编辑
|
|
|
|
+ </Button>
|
|
) : (
|
|
) : (
|
|
<>
|
|
<>
|
|
<Button onClick={cancelSave}>取消</Button>
|
|
<Button onClick={cancelSave}>取消</Button>
|