From 38bcd6306f20787e394347a34e50fcf80b265fc6 Mon Sep 17 00:00:00 2001 From: 陈泽平 <chenzeping> Date: 星期一, 31 五月 2021 14:53:35 +0800 Subject: [PATCH] 企业应急-事件上报-事发位置问题修改 --- src/App.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/App.vue b/src/App.vue index 6b056a7..1e6c2a3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -29,5 +29,9 @@ -ms-overflow-style: none; font-size: 12px; } - +.popoverBoxStyle{ + border: 0.00521rem solid #00fff6; + box-shadow: 0 0 0.03rem #00fff6; + background-color: rgba(0, 16, 30, 0.8) !important; +} </style> -- Gitblit v1.8.0