diff --git a/package-lock.json b/package-lock.json index 37bbd38..2678f53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24528,7 +24528,9 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "requires": {} + "requires": { + "ajv": "^8.0.0" + } }, "ajv-keywords": { "version": "5.1.0", @@ -25664,7 +25666,9 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "requires": {} + "requires": { + "ajv": "^8.0.0" + } }, "ajv-keywords": { "version": "5.1.0", @@ -29029,7 +29033,9 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "requires": {} + "requires": { + "ajv": "^8.0.0" + } }, "ajv-keywords": { "version": "5.1.0", @@ -32535,7 +32541,9 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "requires": {} + "requires": { + "ajv": "^8.0.0" + } }, "ajv-keywords": { "version": "5.1.0", @@ -32615,7 +32623,9 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "requires": {} + "requires": { + "ajv": "^8.0.0" + } }, "ajv-keywords": { "version": "5.1.0", diff --git a/src/pages/settingPage.css b/src/pages/settingPage.css index 108f587..3c3a516 100644 --- a/src/pages/settingPage.css +++ b/src/pages/settingPage.css @@ -46,8 +46,10 @@ flex-direction: column; justify-content: space-between; align-items: center; - position:fixed; - left:545px; + position:absolute; + left:50%; + top:50%; + transform: translate(-50%, -50%); width: 600px; height: 1000px; z-index: 2; diff --git a/src/pages/settingPage.jsx b/src/pages/settingPage.jsx index dd9c2ba..b9c4d1c 100644 --- a/src/pages/settingPage.jsx +++ b/src/pages/settingPage.jsx @@ -61,6 +61,7 @@ const SettingPage = () => { return (
+ {/*
{!isRow && ( { most_man_path="wolf" /> )} -
+
*/} +
@@ -145,11 +147,12 @@ const SettingPage = () => {
+ {/* {!isRow && (
- )} + )}*/} ); };