feat:个人信息部分背景暗色适配
This commit is contained in:
@@ -513,7 +513,7 @@ onMounted(() => {
|
|||||||
|
|
||||||
/* 卡片样式 */
|
/* 卡片样式 */
|
||||||
.status-card, .form-card {
|
.status-card, .form-card {
|
||||||
background: white;
|
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
||||||
padding: clamp(16px, 4vw, 32px);
|
padding: clamp(16px, 4vw, 32px);
|
||||||
|
|||||||
@@ -305,7 +305,6 @@ const handleBack = () => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.profile-container {
|
.profile-container {
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
background-color: #f5f5f7;
|
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -253,7 +253,6 @@ const handleBack = () => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.reset-password-container {
|
.reset-password-container {
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
background-color: #f5f5f7;
|
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -128,7 +128,6 @@ const handleMenuClick = (path: string): void => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
background-color: #f5f5f7;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-center-content {
|
.user-center-content {
|
||||||
@@ -150,7 +149,7 @@ const handleMenuClick = (path: string): void => {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background: #fff;
|
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
@@ -159,7 +158,7 @@ const handleMenuClick = (path: string): void => {
|
|||||||
|
|
||||||
.menu-item:hover {
|
.menu-item:hover {
|
||||||
transform: translateY(-2px);
|
transform: translateY(-2px);
|
||||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 4px 12px ;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-content {
|
.menu-content {
|
||||||
@@ -184,7 +183,6 @@ const handleMenuClick = (path: string): void => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background: #fff;
|
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
|
||||||
|
|||||||
Reference in New Issue
Block a user