feat:个人信息部分背景暗色适配
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -305,7 +305,6 @@ const handleBack = () => {
|
||||
<style scoped>
|
||||
.profile-container {
|
||||
padding: 24px;
|
||||
background-color: #f5f5f7;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
|
||||
@@ -253,7 +253,6 @@ const handleBack = () => {
|
||||
<style scoped>
|
||||
.reset-password-container {
|
||||
padding: 24px;
|
||||
background-color: #f5f5f7;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user