From 94801efc8979186fb99a076f87520e187ec24673 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期五, 08 三月 2024 16:22:15 +0800 Subject: [PATCH] 地图编辑增加提示文字 --- src/container/Map/Map.vue | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/container/Map/Map.vue b/src/container/Map/Map.vue index 96b7561..d9e7057 100644 --- a/src/container/Map/Map.vue +++ b/src/container/Map/Map.vue @@ -20,6 +20,7 @@ <span>鍚嶇О:</span> <el-input style="width: 150px;" class="input" v-model="plantName" placeholder="璇疯緭鍏ュ湴鍥惧悕绉�" /> <el-button class="input" type="ghost" size="mini" @click="save">淇濆瓨</el-button> + <span class="tiptext" >鏀剧疆璁惧鐨勫崟鍏冩牸鑷冲皯涓�8琛�9鍒�</span> <!-- <el-button class="input" size="mini" type="primary" v-show="status !== 2" @click="createMap">鐢熸垚鍦板浘</el-button> --> </div> <div class="table" :class="$route.name === 'preview' ? 'active' : ''"> @@ -636,6 +637,17 @@ border: 1px solid; border-image: linear-gradient(180deg, rgba(154, 254, 254, 1), rgba(75, 120, 205, 1)) 1 1; } + + .tiptext { + + margin-left: 20px; + + line-height: 28px; + border-radius: 14px; + color: red; + font-size: 18px; + + } } .table.active { -- Gitblit v1.9.3