diff --git a/monitorMobile/components/tki-tree/style.css b/monitorMobile/components/tki-tree/style.css index cb997b8..28b6a5f 100644 --- a/monitorMobile/components/tki-tree/style.css +++ b/monitorMobile/components/tki-tree/style.css @@ -45,7 +45,7 @@ line-height: 1; } .tki-tree-bar-confirm { - color: #07bb07; + color: #2388FF; } .tki-tree-view { position: absolute; @@ -119,7 +119,7 @@ border-bottom-width: 1rpx; border-right-width: 1rpx; border-style: solid; - border-color: #07bb07; + border-color: #2388FF; display: flex; justify-content: center; align-items: center; @@ -132,7 +132,7 @@ border-top-right-radius: 20%; border-bottom-right-radius: 20%; border-bottom-left-radius: 20%; - background-color: #07bb07; + background-color: #2388FF; } .tki-tree-check .radio { border-top-left-radius: 50%; diff --git a/monitorMobile/components/tki-tree/tki-tree.vue b/monitorMobile/components/tki-tree/tki-tree.vue index b3905f2..2a31da5 100644 --- a/monitorMobile/components/tki-tree/tki-tree.vue +++ b/monitorMobile/components/tki-tree/tki-tree.vue @@ -76,7 +76,7 @@ }, confirmColor: { // 确定按钮颜色 type: String, - default: '' // #07bb07 + default: '' // #2388FF }, cancelColor: { // 取消按钮颜色 type: String, diff --git a/monitorMobile/pages/earlyWarning/detail.vue b/monitorMobile/pages/earlyWarning/detail.vue index fec6be3..c5e8c1f 100644 --- a/monitorMobile/pages/earlyWarning/detail.vue +++ b/monitorMobile/pages/earlyWarning/detail.vue @@ -242,7 +242,7 @@