Appearance
获取屏幕宽度(单位:px)
import { getWindowWidth } from '@base-web-kits/base-tools-uni'; const windowWidth = getWindowWidth(); console.log('windowWidth:', windowWidth);