elementi-ui解释列表组件中的宽度设置和文字样式设置

1、在el-descriptions中添加下面相关代码

 
   {{
       cuscasesDetail[0].name
       }}
  

2、在data的return中写入相关数据

  CS: {
        'text-align': 'center', //文本居中
        width: '25%',
        'word-break': 'break-all' //过长时自动换行
      },
      LS: {
      //  color: '#000',文字的颜色
        'text-align': 'center',
        height: '40px'
      },

你可能感兴趣的:(ui,前端,java,vue.js)