2
0

feat:个人信息部分背景暗色适配

This commit is contained in:
zhongzm
2025-02-15 16:26:38 +08:00
parent e897b14230
commit 984335b054
4 changed files with 3 additions and 7 deletions

View File

@@ -513,7 +513,7 @@ onMounted(() => {
/* 卡片样式 */
.status-card, .form-card {
background: white;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
padding: clamp(16px, 4vw, 32px);

View File

@@ -305,7 +305,6 @@ const handleBack = () => {
<style scoped>
.profile-container {
padding: 24px;
background-color: #f5f5f7;
min-height: 100vh;
}

View File

@@ -253,7 +253,6 @@ const handleBack = () => {
<style scoped>
.reset-password-container {
padding: 24px;
background-color: #f5f5f7;
min-height: 100vh;
}

View File

@@ -128,7 +128,6 @@ const handleMenuClick = (path: string): void => {
width: 100%;
min-height: 100vh;
padding: 16px;
background-color: #f5f5f7;
}
.user-center-content {
@@ -150,7 +149,7 @@ const handleMenuClick = (path: string): void => {
align-items: center;
justify-content: space-between;
padding: 20px;
background: #fff;
border-radius: 12px;
cursor: pointer;
transition: all 0.3s ease;
@@ -159,7 +158,7 @@ const handleMenuClick = (path: string): void => {
.menu-item:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 12px ;
}
.menu-content {
@@ -184,7 +183,6 @@ const handleMenuClick = (path: string): void => {
display: flex;
align-items: center;
padding: 20px;
background: #fff;
border-radius: 12px;
margin-bottom: 16px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);