Skip to content
On this page

横屏

移动端可以横屏展示内容,例如:表格 图表等等。

基础用法

YikHorizontalScreen
YikHorizontalScreen

示例代码

vue
<template>
  <YikHorizontalScreen width="375px" height="375px" direction="right">
    YikHorizontalScreen
  </YikHorizontalScreen>
</template>
<script setup></script>
<style lang="less" scoped></style>

属性

属性名说明类型默认值
direction方向string默认:right, 可选:(right,left)
width宽度string默认:100vw
height高度string默认:100vh