fix(ui): 修改账户信息卡片标题文案

- 将密码重置页面账户信息卡片的标题从“WebSoft 账户信息”改为“账户信息”
- 将注册成功页面账户信息卡片的标题从“WebSoft 账户信息”改为“账户信息”
This commit is contained in:
2026-08-07 15:59:24 +08:00
parent 4db7a11624
commit 4a827abe9b
4 changed files with 16 additions and 20 deletions

View File

@@ -25,10 +25,9 @@
margin-bottom: 28px; margin-bottom: 28px;
} }
.brand-logo { .brand-logo {
font-size: 22px; height: 36px;
font-weight: 600; width: auto;
color: #1d1d1f; display: inline-block;
letter-spacing: -0.022em;
} }
.page-title { .page-title {
text-align: center; text-align: center;
@@ -162,7 +161,7 @@
<div class="container"> <div class="container">
<!-- Brand --> <!-- Brand -->
<div class="brand"> <div class="brand">
<div class="brand-logo">WebSoft</div> <img src="https://oss.wsdns.cn/20260807/0f469a3167b94e2e81f2ef1433398e5f.png" alt="WebSoft" class="brand-logo">
</div> </div>
<!-- Title + Lede --> <!-- Title + Lede -->

View File

@@ -18,10 +18,9 @@
.container { max-width: 680px; margin: 0 auto; padding: 0 22px; } .container { max-width: 680px; margin: 0 auto; padding: 0 22px; }
.brand { text-align: center; margin-bottom: 28px; } .brand { text-align: center; margin-bottom: 28px; }
.brand-logo { .brand-logo {
font-size: 22px; height: 36px;
font-weight: 600; width: auto;
color: #1d1d1f; display: inline-block;
letter-spacing: -0.022em;
} }
.page-title { .page-title {
text-align: center; text-align: center;
@@ -159,7 +158,7 @@
<div class="wrap"> <div class="wrap">
<div class="container"> <div class="container">
<div class="brand"> <div class="brand">
<div class="brand-logo">WebSoft</div> <img src="https://oss.wsdns.cn/20260807/0f469a3167b94e2e81f2ef1433398e5f.png" alt="WebSoft" class="brand-logo">
</div> </div>
<h1 class="page-title">${title!'系统通知'}</h1> <h1 class="page-title">${title!'系统通知'}</h1>

View File

@@ -18,10 +18,9 @@
.container { max-width: 680px; margin: 0 auto; padding: 0 22px; } .container { max-width: 680px; margin: 0 auto; padding: 0 22px; }
.brand { text-align: center; margin-bottom: 28px; } .brand { text-align: center; margin-bottom: 28px; }
.brand-logo { .brand-logo {
font-size: 22px; height: 36px;
font-weight: 600; width: auto;
color: #1d1d1f; display: inline-block;
letter-spacing: -0.022em;
} }
.page-title { .page-title {
text-align: center; text-align: center;
@@ -207,7 +206,7 @@
<div class="wrap"> <div class="wrap">
<div class="container"> <div class="container">
<div class="brand"> <div class="brand">
<div class="brand-logo">WebSoft</div> <img src="https://oss.wsdns.cn/20260807/0f469a3167b94e2e81f2ef1433398e5f.png" alt="WebSoft" class="brand-logo">
</div> </div>
<h1 class="page-title">密码重置</h1> <h1 class="page-title">密码重置</h1>

View File

@@ -19,10 +19,9 @@
.brand { text-align: center; margin-bottom: 28px; } .brand { text-align: center; margin-bottom: 28px; }
.brand-logo { .brand-logo {
font-size: 22px; height: 36px;
font-weight: 600; width: auto;
color: #1d1d1f; display: inline-block;
letter-spacing: -0.022em;
} }
.page-title { .page-title {
@@ -212,7 +211,7 @@
<div class="container"> <div class="container">
<!-- Brand --> <!-- Brand -->
<div class="brand"> <div class="brand">
<div class="brand-logo">WebSoft</div> <img src="https://oss.wsdns.cn/20260807/0f469a3167b94e2e81f2ef1433398e5f.png" alt="WebSoft" class="brand-logo">
</div> </div>
<!-- Title + Lede --> <!-- Title + Lede -->