Vue+Element中 Table表格数据居中样式设置

给el-table表格搞得头疼,用深度修改搞定~

    /deep/.el-table th > .cell {

      text-align: center;

    }

    /deep/.el-table .cell {

      text-align: center;

    }

Vue+Element中 Table表格数据居中样式设置