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