From 83043e0b2235687e90254fabfd22038c3ae7f94c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Wed, 11 Jan 2023 11:38:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=8D=AF=E4=B8=B8=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/static/web/css/style.css | 3 +++ src/theme/dedebiz/foot.htm | 2 +- src/theme/dedebiz/top.htm | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/static/web/css/style.css b/src/static/web/css/style.css index 0d12da66..c4ebd9d1 100644 --- a/src/static/web/css/style.css +++ b/src/static/web/css/style.css @@ -308,6 +308,9 @@ form.search { .btn+.btn,.btn-text+.btn-text { margin-left:1rem } +.rounded-md { + border-radius:30px!important +} #btnScrollTop { display:none; position:fixed; diff --git a/src/theme/dedebiz/foot.htm b/src/theme/dedebiz/foot.htm index f60d43b9..88f104f2 100644 --- a/src/theme/dedebiz/foot.htm +++ b/src/theme/dedebiz/foot.htm @@ -16,7 +16,7 @@ $.get("{dede:global.cfg_cmsurl/}/user/api.php?format=json",function(data) { let result = JSON.parse(data); if (result.code === 200) { - $("#_login").html(`${result.data.username}${result.data.username}`); + $("#_login").html(`${result.data.username}${result.data.username}`); $("#iptUsername").val(result.data.username); $("#iptUsername").attr("disabled", "disabled"); $(".areaValidate").hide(); diff --git a/src/theme/dedebiz/top.htm b/src/theme/dedebiz/top.htm index 04241316..35541418 100644 --- a/src/theme/dedebiz/top.htm +++ b/src/theme/dedebiz/top.htm @@ -3,8 +3,8 @@
- 登录 - 注册 + 登录 + 注册