1.0.9 • Published 7 months ago

h-screen-box v1.0.9

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

简介

用于大屏适配。

安装

npm install h-screen-box --save

使用

<template>
  <HScreenBox 
    :outside-style="{fontSize: '20px'}"
    :inner-style="{ backgroundColor: '#0f0' }"
    :size="[1920, 1080]"
  >
  	大屏内容
  </HScreenBox>
</template>

outside-style: 外部容器样式

inner-style: 内部容器样式

size: 设计图的宽高,默认1920,1080

效果图

image.png

说明

根据size(设计图尺寸),1:1填补内容,改组件会根据屏幕宽高自适应大屏

1.0.2

7 months ago

1.0.1

8 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.6

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.0

9 months ago