Searched refs:retStyle (Results 1 – 2 of 2) sorted by relevance
112 const retStyle = {}; constant115 assignStyleByPriority(retStyle, applyStyleRes);116 styleFunction(retStyle);117 oldStyle = retStyle;122 const retStyle = {}; constant123 assignStyleByPriority(retStyle, applyStyleRes);126 if (!retStyle[key]) {127 retStyle[key] = '';131 styleFunction(retStyle);132 oldStyle = retStyle;[all …]
620 const retStyle = {}; constant623 Object.assign(retStyle, key.style);626 Object.keys(retStyle).forEach((key) => {627 classStyle[key] = retStyle[key];628 setCounterValue(vm, key, retStyle[key]);