[antdv: Descriptions] Sum of column `span` in a line not match `column` of Descriptions.

此代码段展示了一个Vue.js组件,使用<a-descriptions>模板来展示详细信息,包括发布日期、强度等级、产品名称等字段,并通过props从父组件接收数据。通过调整:column属性以适应内容,避免布局错误。
摘要由CSDN通过智能技术生成

在这里插入图片描述

<template>
  <a-descriptions bordered style="word-break: break-all;word-wrap: break-word;" :column="4">
    <a-descriptions-item label="发布日期" :span="2"> {{marketValueDetail.a}} </a-descriptions-item>
    <a-descriptions-item label="强度等级" :span="2"> {{marketValueDetail.b}} </a-descriptions-item>

    <a-descriptions-item label="产品名称" :span="4"> {{marketValueDetail.c}} </a-descriptions-item>
    <a-descriptions-item label="市场价" :span="2"> 222 </a-descriptions-item>
    <a-descriptions-item label="价格说明" :span="2">
      33333
    </a-descriptions-item>
    <a-descriptions-item label="备注" :span="4"> 4444 </a-descriptions-item>
  </a-descriptions>

  
</template>

<script setup>
import {defineProps,toRefs} from "vue"
let props=defineProps({
  marketValueDetail:{
    defineProps:Object
  }
})
let {marketValueDetail}=toRefs(props)
</script>

<style lang="less" scoped>
</style>

:column="4"修改这个数量要比:span大才不会报这个错

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值