Skip to content

大屏适配容器

基础示例

代码示例

vue
<template>
    <div class="basics-scale-box">
        <ScaleBox>
            你的html内容
            <img src="https://tqa.oss-cn-shanghai.aliyuncs.com/val/d73b649b-cf14-4475-8b91-bdd26ef35367.jpeg" alt="" />
        </ScaleBox>
    </div>
</template>
scss
.basics-scale-box {
    display: block;
    width: 500px;
    height: 300px;
    img {
        display: block;
        width: 100%;
        height: 100%;
    }
}

API

成员说明类型默认值
width适配宽度number1920
height适配高度number1080