From 8dcf187e1e1a4eeb1e86a740501e3be17f31498c Mon Sep 17 00:00:00 2001 From: vapao Date: Sun, 27 Mar 2022 23:28:58 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E4=BC=98=E5=8C=96=E5=AF=86=E9=92=A5?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=A1=B5=E9=9D=A2=E5=B1=95=E7=A4=BA=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/system/setting/KeySetting.js | 2 ++ spug_web/src/pages/system/setting/index.module.css | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/spug_web/src/pages/system/setting/KeySetting.js b/spug_web/src/pages/system/setting/KeySetting.js index d8ecdd6..a38bbec 100644 --- a/spug_web/src/pages/system/setting/KeySetting.js +++ b/spug_web/src/pages/system/setting/KeySetting.js @@ -55,6 +55,7 @@ export default observer(function () { store.settings.public_key = e.target.value} placeholder="请输入公钥"/> @@ -63,6 +64,7 @@ export default observer(function () { store.settings.private_key = e.target.value} placeholder="请输入私钥"/> diff --git a/spug_web/src/pages/system/setting/index.module.css b/spug_web/src/pages/system/setting/index.module.css index 1077a2d..c6b5c27 100644 --- a/spug_web/src/pages/system/setting/index.module.css +++ b/spug_web/src/pages/system/setting/index.module.css @@ -24,4 +24,8 @@ .form { max-width: 320px; +} + +.keyText { + font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace; } \ No newline at end of file