From 6ffa578934b471302ed9ced5d1813003f8c23cc5 Mon Sep 17 00:00:00 2001 From: YANGDL <114714267@qq.com> Date: 星期四, 04 三月 2021 11:56:11 +0800 Subject: [PATCH] 修改管网先tooltip样式 --- src/components/LayerController/LayerController.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/LayerController/LayerController.vue b/src/components/LayerController/LayerController.vue index 9e2774e..e6a8076 100644 --- a/src/components/LayerController/LayerController.vue +++ b/src/components/LayerController/LayerController.vue @@ -4,7 +4,7 @@ <!-- <i class="horn horn-bl"></i>--> <div class="title-text-border" @click="switchPanel"> <div class="title-icon"></div> - <div class="title-text">涓氬姟鐪嬫澘</div> + <div class="title-text">鍥惧眰鎺у埗</div> </div> <transition name="el-fade-in-linear"> <div class="body-box" id="panelContent" :style="{ width:width }"> @@ -95,8 +95,7 @@ .float-panel { position: absolute; - left: 10px; - top: 45%; + top: 80px; height: auto; font-size: 11px; z-index: 1000; -- Gitblit v1.8.0