Skip to content
On this page

Container 容器

容器能根据设计稿的尺寸或浏览器窗口大小进行缩放。

基础用法

widthheight属性为设计稿的尺寸

vue
<template>
  <FScreenContainer :width="1920" :height="1080">
    <div>数据大屏内容</div>
  </FScreenContainer>
</template>

参数

参数名说明类型可选值默认值
width设计稿宽度number-1920
height设计稿高度number-1080