以SAP Spartacus这个Add 按钮为例:
只需要1行语句:
var computedStyle = getComputedStyle(document.getElementsByClassName(“button primary create”)[0], null).margin;
以SAP Spartacus这个Add 按钮为例:
只需要1行语句:
var computedStyle = getComputedStyle(document.getElementsByClassName(“button primary create”)[0], null).margin;