改变.el-input .el-input-group宽度

在这里插入图片描述

xt-dialog(
  title="投资完成情况编辑"
  ref="progressRef"
  class="progressRef"
  :showfooter="showfooter"
  width="30%"
  append-to-body
  @confirm="handleConfirm"
  :autoclose="false"
)
  .progressSettingBox(style="")
    .inputBox1(style="margin-bottom:20px;display: flex;")
      .title(style="width:120px;text-align: right;height: 32px; line-height: 32px;font-weight: bold;") 总投资:
      .inputBox(style="width:380px")
        el-input(placeholder="请输入内容" size="small" v-model="kff")
          template(slot="append") 万元

猜你喜欢

转载自blog.csdn.net/qq_43780814/article/details/120773428