From ad9c4fbf43e6b58e0019e04878ad0935ae811b8d Mon Sep 17 00:00:00 2001 From: 陈泽平 <chenzeping> Date: 星期一, 31 五月 2021 10:28:20 +0800 Subject: [PATCH] 企业应急-事件上报布局问题修改 --- src/App.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/App.vue b/src/App.vue index a2535d8..1e6c2a3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -32,6 +32,6 @@ .popoverBoxStyle{ border: 0.00521rem solid #00fff6; box-shadow: 0 0 0.03rem #00fff6; - background-color: rgba(0, 16, 30, 0.7) !important; + background-color: rgba(0, 16, 30, 0.8) !important; } </style> -- Gitblit v1.8.0