|
@@ -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";
|
|
|
}
|