diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index ffafeac7..df3debbd 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -483,7 +483,7 @@ export default {
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 14px;
- color: #2cbab2;
+ color: #095A4D;
line-height: 30px;
.list-box {
@@ -498,6 +498,10 @@ export default {
width: 100%;
display: flex;
align-items: center;
+ span {
+ color: #095A4D;
+ font-weight: 800;
+ }
}
.menu-title {
width: 100%;
@@ -507,6 +511,7 @@ export default {
// 移入效果
&:hover {
+ color: #2CBAB2;
background: rgba(44, 186, 178, 0.1);
border-radius: 4px;
}
diff --git a/src/views/search/systemEquipment/index.vue b/src/views/search/systemEquipment/index.vue
new file mode 100644
index 00000000..5380fcff
--- /dev/null
+++ b/src/views/search/systemEquipment/index.vue
@@ -0,0 +1,621 @@
+
+
+
+
+
+
+
+
+