不用写样式的对齐

Posted 单身girl

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了不用写样式的对齐相关的知识,希望对你有一定的参考价值。

    <el-row :gutter="0">
      <el-col :span="12" v-for="(item, index) in formData.evaluationTypeWeightList" :key="index">
        <el-form-item :label="item.name"> item.value % </el-form-item>
      </el-col>
    </el-row>

以上是关于不用写样式的对齐的主要内容,如果未能解决你的问题,请参考以下文章