// 组件通用配置 export class Commons { // 页面高度=屏幕的高度/2 height = 'height:' + screen.height / 2 + 'px'; }