How to change the length of the input box in element

Reference address:

How to change the length of the input box in element

Solution Bind dynamic span

         <el-form-item label="活动区域2">
            <el-col :span="4">
              <el-input v-model="formLabelAlign.name"></el-input>
            </el-col>
          </el-form-item>

Guess you like

Origin blog.csdn.net/weixin_57607714/article/details/123555324