feat:设备部分背景暗色适配
This commit is contained in:
@@ -137,7 +137,6 @@ onMounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.device-list-container {
|
.device-list-container {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
background-color: #f5f5f7;
|
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -63,7 +63,6 @@ const handleMenuClick = (path: string) => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
background-color: #f5f5f7;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.client-service-content {
|
.client-service-content {
|
||||||
@@ -84,7 +83,6 @@ const handleMenuClick = (path: string) => {
|
|||||||
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;
|
||||||
@@ -93,7 +91,7 @@ const handleMenuClick = (path: string) => {
|
|||||||
|
|
||||||
.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 {
|
||||||
|
|||||||
@@ -172,7 +172,6 @@ onMounted(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.device-list-container {
|
.device-list-container {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
background-color: #f5f5f7;
|
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user