@@ -227,11 +227,6 @@ const showContent = computed(() => {
);
});
watchEffect(() => {
- if (props.scenePos.id === "1464") {
- console.error(showContent.value);
- }
-});
-watchEffect(() => {
if (showContent.value) {
recovery();
} else {
@@ -182,4 +182,8 @@ input::-ms-clear,input::-ms-reveal {
* {
user-select: none;
+}
+
+.ant-select-clear {
+ background: none !important;
}
@@ -166,6 +166,7 @@ const actionsMap: Record<string, string> = {
mma_kick: "右前踢",
standing_jump: "标准向上跳",
sitting: "标准坐",
+ a_idel: "站立",
peone_forward: "匍匐前行",
wall_crash: "松手摔倒",
head_hit: "头被击中",