From 31b82eeccef9f1e90f210e2f0b78304e7c3083d2 Mon Sep 17 00:00:00 2001 From: yangdelong <828900aaa> Date: 星期三, 19 五月 2021 14:38:37 +0800 Subject: [PATCH] 修改wms最大显示级别为21级 --- src/components/panel/RightSearchPanel.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/panel/RightSearchPanel.vue b/src/components/panel/RightSearchPanel.vue index a1cd903..d4d40f3 100644 --- a/src/components/panel/RightSearchPanel.vue +++ b/src/components/panel/RightSearchPanel.vue @@ -154,7 +154,7 @@ case '绠¢亾淇℃伅': this.gcComp = PipeInformationSearch break - case '搴旀�ュ浘灞�': + case '浼佷笟搴旀��': this.gcComp = ReportSearch break } @@ -328,7 +328,7 @@ color: @color-tool; position: absolute; top: 24px; - right: 0.02rem; + left: 0.02rem; border: none; //1px solid @color-tool; width: 0.2rem; height: 0.2rem; -- Gitblit v1.8.0