From 263bf9730455a7bcc4fdc6471f8f9d0c96e47c9e Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期一, 14 七月 2025 16:13:51 +0800 Subject: [PATCH] 添加经纬度高度 --- src/views/left/KGSim.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/left/KGSim.vue b/src/views/left/KGSim.vue index 685b9eb..c89fc86 100644 --- a/src/views/left/KGSim.vue +++ b/src/views/left/KGSim.vue @@ -13,10 +13,10 @@ <div class="engineering-buttons"> <p>娌荤悊宸ョ▼鏍囩粯</p> <el-button type="primary" @click="toggleDitch"> - {{ ditchingActive ? "鍏抽棴寮�娌�" : "寮�鍚紑娌�" }} + {{ ditchingActive ? "鍏抽棴鍦熸柟寮�鎸�" : "寮�鍚湡鏂瑰紑鎸�" }} </el-button> <el-button type="primary" @click="toggleDam"> - {{ damActive ? "鍏抽棴鍔犲潩" : "寮�鍚姞鍧�" }} + {{ damActive ? "鍏抽棴澧炲姞鎷︽尅鍧�" : "寮�鍚鍔犳嫤鎸″潩" }} </el-button> </div> @@ -162,7 +162,7 @@ .engineering-buttons { .el-button { - width: 100px; + width: 48%; } } -- Gitblit v1.9.3