diff --git a/package.json b/package.json index 5656fc1c..15bc1540 100644 --- a/package.json +++ b/package.json @@ -71,6 +71,7 @@ "vue-cropper": "0.5.5", "vue-easy-print": "^0.0.8", "vue-meta": "2.4.0", + "vue-org-tree": "^0.1.0", "vue-router": "3.4.9", "vuedraggable": "2.24.3", "vuex": "3.6.0", 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 @@ + + + + + diff --git a/src/views/system/project/index.vue b/src/views/system/project/index.vue index aaad0315..d45432df 100644 --- a/src/views/system/project/index.vue +++ b/src/views/system/project/index.vue @@ -1,178 +1,163 @@