Commit fc9622b0 authored by 任建锋's avatar 任建锋

--

parent 9126cc2e
......@@ -177,6 +177,7 @@ async function execute(psdFile, options) {
value = 0;
}
}
console.log(properties);
properties.style[field] = value;
}
}
......@@ -193,6 +194,7 @@ async function execute(psdFile, options) {
};
let dealLater = true;
if (x !== 0) {
console.log(properties);
if(!properties.style.left){
properties.style.left = x - (isSecondLayer ? offset.x : 0);
}
......
This diff is collapsed.
......@@ -183,6 +183,7 @@ async function execute(psdFile, options) {
value = 0;
}
}
console.log(properties);
properties.style[field] = value;
}
}
......@@ -199,6 +200,7 @@ async function execute(psdFile, options) {
};
let dealLater = true;
if (x !== 0) {
console.log(properties);
if(!properties.style.left){
properties.style.left = x - (isSecondLayer ? offset.x : 0);
}
......
This diff is collapsed.
......@@ -183,6 +183,7 @@
value = 0;
}
}
console.log(properties);
properties.style[field] = value;
}
}
......@@ -199,6 +200,7 @@
};
let dealLater = true;
if (x !== 0) {
console.log(properties);
if(!properties.style.left){
properties.style.left = x - (isSecondLayer ? offset.x : 0);
}
......
This diff is collapsed.
......@@ -124,6 +124,7 @@ export async function execute(psdFile, options) {
value = 0;
}
}
console.log(properties)
properties.style[field] = value;
}
}
......@@ -140,6 +141,7 @@ export async function execute(psdFile, options) {
};
let dealLater = true;
if (x !== 0) {
console.log(properties)
if(!properties.style.left){
properties.style.left = x - (isSecondLayer ? offset.x : 0);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment