From 2b2263521e954131d69174788fd90874dbc21436 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期二, 20 四月 2021 17:53:55 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/assets/css/map/map-panel-style.less | 19 +++++++++++++------ 1 files changed, 13 insertions(+), 6 deletions(-) diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less index 751ab6a..0a4a136 100644 --- a/src/assets/css/map/map-panel-style.less +++ b/src/assets/css/map/map-panel-style.less @@ -268,18 +268,18 @@ /***************Company 鍥惧眰 鎮诞妗嗘牱寮忋��*********************************/ .company-bindTooltip { position: absolute; - top: 0; - left: 0; + top: 10px; + left: 8px; display: flex; justify-content: center; justify-items: center; img { display: block; - width: 30px; - height: 30px; - margin-left: -15px; - margin-top: -15px + width: 35px; + height: 35px; + margin-left: -16px; + margin-top: -16px } ul { @@ -647,3 +647,10 @@ .fixed-table { background: rgba(0, 16, 30, 1) !important; } +/****************************绉佹湁***/ +.baoBiao{ + .el-dialog.el-dialog--center{ + top:100px; + left: 100px; + } +} -- Gitblit v1.8.0