From 3eda2a49edc60f3961604223f557dcd6ab6db94f Mon Sep 17 00:00:00 2001 From: wangrui <zephyrs0894@163.com> Date: 星期三, 23 十二月 2020 16:52:54 +0800 Subject: [PATCH] 底图切换组件开发完成 --- src/components/LayerController/LayerController.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/LayerController/LayerController.vue b/src/components/LayerController/LayerController.vue index 616af98..61e0339 100644 --- a/src/components/LayerController/LayerController.vue +++ b/src/components/LayerController/LayerController.vue @@ -196,7 +196,7 @@ } .bodyBox{ - background-color: rgba(0x04, 0x52, 0x7f, 0.6); + background-color: rgba(44,62,80, 0.6); border: 1px solid #10488c; margin-top: -1px; height: auto; -- Gitblit v1.8.0