[0.2.7.2][ci]

This commit is contained in:
DSQ
2026-03-15 17:21:35 +08:00
parent b0c3707ccd
commit 3596e344e2

View File

@@ -36,6 +36,7 @@
.msg { margin-top: 10px; font-size: 13px; } .msg { margin-top: 10px; font-size: 13px; }
.msg.error { color: #b91c1c; } .msg.error { color: #b91c1c; }
.msg.success { color: #166534; } .msg.success { color: #166534; }
.profile-card.pwd-card { max-width: 560px; padding: 24px; }
/* 图片放大模态框 */ /* 图片放大模态框 */
.image-modal { position: fixed; inset: 0; background: rgba(0,0,0,0.8); display: none; align-items: center; justify-content: center; z-index: 2000; } .image-modal { position: fixed; inset: 0; background: rgba(0,0,0,0.8); display: none; align-items: center; justify-content: center; z-index: 2000; }
@@ -73,7 +74,7 @@
</div> </div>
{% if permission_name != "管理员" and not profile_user.manage_key %} {% if permission_name != "管理员" and not profile_user.manage_key %}
<div class="profile-card"> <div class="profile-card pwd-card">
<div class="profile-header"> <div class="profile-header">
<div class="profile-info"> <div class="profile-info">
<h2>修改密码</h2> <h2>修改密码</h2>