Parcourir la source

1

Signed-off-by: lcw <1324309909@qq.com>
lcw il y a 3 ans
Parent
commit
f7ead796d9
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      src/components/police.vue

+ 5 - 0
src/components/police.vue

@@ -264,6 +264,11 @@
 						if (binding.value.getC() == 1 && type == 3) {
 							dv.style.left = nl + 51 + "px";
 							dv.style.top = nt - 75 + "px";
+						}
+
+            if (binding.value.getC() == 1 && binding.value.getK() == 1 && type == 3) {
+							dv.style.left = nl + 51 + "px";
+							dv.style.top = nt - 75 + "px";
               dv1.style.left = nl + 98 + "px";
 							dv1.style.top = nt - 153 + "px";
 						}