fix(ui): 修改账户信息卡片标题文案
- 将密码重置页面账户信息卡片的标题从“WebSoft 账户信息”改为“账户信息” - 将注册成功页面账户信息卡片的标题从“WebSoft 账户信息”改为“账户信息”
This commit is contained in:
@@ -25,10 +25,9 @@
|
||||
margin-bottom: 28px;
|
||||
}
|
||||
.brand-logo {
|
||||
font-size: 22px;
|
||||
font-weight: 600;
|
||||
color: #1d1d1f;
|
||||
letter-spacing: -0.022em;
|
||||
height: 36px;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
}
|
||||
.page-title {
|
||||
text-align: center;
|
||||
@@ -162,7 +161,7 @@
|
||||
<div class="container">
|
||||
<!-- 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>
|
||||
|
||||
<!-- Title + Lede -->
|
||||
|
||||
@@ -18,10 +18,9 @@
|
||||
.container { max-width: 680px; margin: 0 auto; padding: 0 22px; }
|
||||
.brand { text-align: center; margin-bottom: 28px; }
|
||||
.brand-logo {
|
||||
font-size: 22px;
|
||||
font-weight: 600;
|
||||
color: #1d1d1f;
|
||||
letter-spacing: -0.022em;
|
||||
height: 36px;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
}
|
||||
.page-title {
|
||||
text-align: center;
|
||||
@@ -159,7 +158,7 @@
|
||||
<div class="wrap">
|
||||
<div class="container">
|
||||
<div class="brand">
|
||||
<div class="brand-logo">WebSoft</div>
|
||||
<img src="https://oss.wsdns.cn/20260807/0f469a3167b94e2e81f2ef1433398e5f.png" alt="WebSoft" class="brand-logo">
|
||||
</div>
|
||||
|
||||
<h1 class="page-title">${title!'系统通知'}</h1>
|
||||
|
||||
@@ -18,10 +18,9 @@
|
||||
.container { max-width: 680px; margin: 0 auto; padding: 0 22px; }
|
||||
.brand { text-align: center; margin-bottom: 28px; }
|
||||
.brand-logo {
|
||||
font-size: 22px;
|
||||
font-weight: 600;
|
||||
color: #1d1d1f;
|
||||
letter-spacing: -0.022em;
|
||||
height: 36px;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
}
|
||||
.page-title {
|
||||
text-align: center;
|
||||
@@ -207,7 +206,7 @@
|
||||
<div class="wrap">
|
||||
<div class="container">
|
||||
<div class="brand">
|
||||
<div class="brand-logo">WebSoft</div>
|
||||
<img src="https://oss.wsdns.cn/20260807/0f469a3167b94e2e81f2ef1433398e5f.png" alt="WebSoft" class="brand-logo">
|
||||
</div>
|
||||
|
||||
<h1 class="page-title">密码重置</h1>
|
||||
|
||||
@@ -19,10 +19,9 @@
|
||||
|
||||
.brand { text-align: center; margin-bottom: 28px; }
|
||||
.brand-logo {
|
||||
font-size: 22px;
|
||||
font-weight: 600;
|
||||
color: #1d1d1f;
|
||||
letter-spacing: -0.022em;
|
||||
height: 36px;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
@@ -212,7 +211,7 @@
|
||||
<div class="container">
|
||||
<!-- 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>
|
||||
|
||||
<!-- Title + Lede -->
|
||||
|
||||
Reference in New Issue
Block a user