BhtContentThree

文档版本:1.0.0

描述

菜单内容组件,用于展示第三种内容列表布局。

效果

BhtContentThree 效果图

示例

<bht-content-three></bht-content-three>

代码

<bht-content-three :ref="item.id" :item="item"></bht-content-three>

或者

<BhtContentThree :ref="item.id" :item="item"></BhtContentThree>

参数

参数类型必填默认值说明
itemObject-组件配置信息。

配置项

item.config.data 支持的常用字段如下:

key名称类型默认值说明
noContentShow没有内容显示stringtrue请输入是否 没有内容显示
titleStyle标题样式stringfont-size: 20px;请输入 标题样式
imgStyle图片样式stringwidth: 360px; height: 260px;请输入 图片样式
contentStyle内容样式stringline-height: 35px;请输入 内容样式
name菜单名称query-请输入菜单名称
groupName分组名称query-请输入分组名称
title内容标题query-请输入内容标题
menuPage.current菜单页码query1请输入 菜单页码
menuPage.size菜单条数query10请输入的菜单条数
contentPage.current内容页码query1请输入 内容页码
contentPage.size内容条数query10请输入的内容条数
orderByColumn排序字段querycreateDatetime请输入排序字段
isAsc排序方式querydesc请输入排序方式(可选值:desc、asc

引入

import { BhtContentThree } from '@behappyto/cms-ui-vue3'