TitleDescription.vue组件优化
This commit is contained in:
parent
b673c93867
commit
2d142ae3ea
|
|
@ -8,10 +8,10 @@
|
||||||
{{ title }}
|
{{ title }}
|
||||||
</view>
|
</view>
|
||||||
<view class="text-xl lg:mx-32 mx-6 mb-6 text-muted">
|
<view class="text-xl lg:mx-32 mx-6 mb-6 text-muted">
|
||||||
利用物联网、人工智能等技术,集成蜂箱数据采集硬件设备及数据管理系统,协助养蜂人员远程实时获取、监控蜂箱内部环境,减少频繁开箱操作,同时提供
|
{{ description }}
|
||||||
预警功能辅助养殖决策,推动从传统经验养蜂到智能化养蜂转型,提高管理效率。根据不同需求分为基础版、标准版、高级版三种产品。
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|
@ -23,6 +23,10 @@ defineProps({
|
||||||
subtitle: {
|
subtitle: {
|
||||||
type: String,
|
type: String,
|
||||||
default: '默认副标题'
|
default: '默认副标题'
|
||||||
|
},
|
||||||
|
description: {
|
||||||
|
type: String,
|
||||||
|
default: '默认描述'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
@ -34,6 +34,8 @@ const cardItems = ref([
|
||||||
<img alt="" class="w-max" src="/img/product/beenFactory/banner.png">
|
<img alt="" class="w-max" src="/img/product/beenFactory/banner.png">
|
||||||
|
|
||||||
<TitleDescription
|
<TitleDescription
|
||||||
|
description="利用物联网、人工智能等技术,集成蜂箱数据采集硬件设备及数据管理系统,协助养蜂人员远程实时获取、监控蜂箱内部环境,减少频繁开箱操作,同时提供
|
||||||
|
预警功能辅助养殖决策,推动从传统经验养蜂到智能化养蜂转型,提高管理效率。根据不同需求分为基础版、标准版、高级版三种产品。"
|
||||||
subtitle="SERVICE INTRODUCTION"
|
subtitle="SERVICE INTRODUCTION"
|
||||||
title="服务简介"
|
title="服务简介"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user