From ab9201801debfd06a987754c4c187bf6ed6c3488 Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期三, 03 三月 2021 15:23:59 +0800
Subject: [PATCH] 修改图层控制
---
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