大数据视图容器1

# 预览

dataview1 🍊 由于容器的尺寸问题(width>1024px)以及flexible.js文件与vuepress主题的冲突问题,预览暂放于此:预览 (opens new window)

# 介绍

为了方便背景内容的统一,此布局采用position布局方式,可扩展性较差,优化方案还在探索中。如有更好的方案可留言至alinkx-ui (opens new window)

# 基础用法

<template>
  <div>
    <alinkx-dataview-one>
      <template v-slot:header>header</template>
      <template v-slot:content-one>content-one</template>
      <template v-slot:content-two>content-two</template>
      <template v-slot:content-three>content-three</template>
      <template v-slot:content-four>content-four</template>
      <template v-slot:content-five>content-five</template>
      <template v-slot:content-six>content-six</template>
      <template v-slot:content-seven>content-seven</template>
      <template v-slot:content-eight>content-eight</template>
    </alinkx-dataview-one>
  </div>
</template>

# 属性

参数 说明 类型 可选值 默认值
header 头部插槽 string --- ---
content-one/two/three/four... 内容插槽 string --- ---

🍒 提示: 使用容器需引入rem布局文件:flexible.js (opens new window)