From 3191545e5fc228d21ef248d82a1e6965a2bb0dc6 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Sat, 22 Apr 2023 20:33:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=B5=E6=91=87=E5=98=B2?= =?UTF-8?q?=E8=AE=BD=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/project/plugin/popup.js | 3 ++- src/ui/achievement.vue | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/public/project/plugin/popup.js b/public/project/plugin/popup.js index 0ac8994..cd680dc 100644 --- a/public/project/plugin/popup.js +++ b/public/project/plugin/popup.js @@ -81,7 +81,8 @@ function checkMockery(loc, force) { 'autotile', 'tileset', 'npcs', - 'npc48' + 'npc48', + 'terrains' ].includes(block.event.cls) ) { action.push( diff --git a/src/ui/achievement.vue b/src/ui/achievement.vue index 2664df0..0755119 100644 --- a/src/ui/achievement.vue +++ b/src/ui/achievement.vue @@ -266,6 +266,7 @@ function exit() { .list-text { font-size: 2.5vh; + padding: 0 20px; } .list-end {