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 @@
- 登录 - 注册 + 登录 + 注册