From 88907f1f049a2c90f7a3728aed1b2f7c0904fe05 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 23 Jan 2026 18:36:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=93=E7=B3=BB=E8=A3=85=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 7 +- src/views/search/systemEquipment/index.vue | 621 +++++++++++++++++++++ 2 files changed, 627 insertions(+), 1 deletion(-) create mode 100644 src/views/search/systemEquipment/index.vue 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 @@ + + + + +