elementui 中的 el-descriptions 文字居中显示

1.效果
在这里插入图片描述

解决:

/* el-descriptions-item 文字居中 */
  .el-descriptions__body .el-descriptions__table .el-descriptions-item__cell {
    text-align: center;
  }

你可能感兴趣的:(前端,html,npm,node.js,前端)