1.0.9 • Published 2 years ago

h-screen-box v1.0.9

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

1.0.1

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago