adaptOnePx function

dynamic adaptOnePx()

根据设备适配1px像素大小

Implementation

adaptOnePx() {
  return 1 / AdaptUtil.devicePixelRatio();
}