From d432de8bcbd49da247817258046ef913be999b2f Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 2 May 2022 18:16:34 +0800 Subject: ... --- FrontEnd/src/views/settings/index.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FrontEnd/src/views/settings/index.css') diff --git a/FrontEnd/src/views/settings/index.css b/FrontEnd/src/views/settings/index.css index 566d501b..ccf7a97a 100644 --- a/FrontEnd/src/views/settings/index.css +++ b/FrontEnd/src/views/settings/index.css @@ -12,6 +12,7 @@ padding: 0.5em 1em; transition: background 0.3s; border-bottom: 1px solid #e9ecef; + align-items: center; } .settings-item.first { border-top: 1px solid #e9ecef; @@ -22,3 +23,9 @@ .settings-item:hover { background: #dee2e6; } + +.register-code { + border: 1px solid black; + border-radius: 3px; + padding: 0.2em; +} \ No newline at end of file -- cgit v1.2.3