iOS 15 beta 版本,webview 执行以下代码返回 undefined,
此问题会导致 vue 下很多问题
Object.getOwnPropertyDescriptor(document.body.style, 'font-size')
// 返回 undefined
iOS 14 或 chrome 等,都返回
Object.getOwnPropertyDescriptor(document.body.style, 'font-size')
// 返回 {value: "", writable: true, enumerable: true, configurable: true}