shaogen1995 1 year ago
parent
commit
5fdb2246ad
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/pages/A2intro/index.tsx

+ 3 - 1
src/pages/A2intro/index.tsx

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