From 5e8eb5e0ad0228973d9f8839b4d3a84ef245c0c9 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期二, 29 十二月 2020 11:41:34 +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