2
0

feat:设备部分背景暗色适配

This commit is contained in:
zhongzm
2025-02-15 16:19:56 +08:00
parent 924d30b28e
commit e897b14230
3 changed files with 1 additions and 5 deletions

View File

@@ -137,7 +137,6 @@ onMounted(() => {
<style scoped>
.device-list-container {
padding: 8px;
background-color: #f5f5f7;
min-height: 100vh;
}

View File

@@ -63,7 +63,6 @@ const handleMenuClick = (path: string) => {
width: 100%;
min-height: 100vh;
padding: 16px;
background-color: #f5f5f7;
}
.client-service-content {
@@ -84,7 +83,6 @@ const handleMenuClick = (path: string) => {
align-items: center;
justify-content: space-between;
padding: 20px;
background: #fff;
border-radius: 12px;
cursor: pointer;
transition: all 0.3s ease;
@@ -93,7 +91,7 @@ const handleMenuClick = (path: string) => {
.menu-item:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 12px ;
}
.menu-content {

View File

@@ -172,7 +172,6 @@ onMounted(() => {
<style scoped>
.device-list-container {
padding: 8px;
background-color: #f5f5f7;
min-height: 100vh;
}