vue 动态渲染 style 样式

动态渲染style可以让两个相似样式的框架只动态修改style即可。

<el-input
      v-model="itemLabel.oldValue" class="borderNone"
      :style="{(label.flag == 'basePerson'?'40%':'100%'),color:'#8b8b8b'}"
      readonly
></el-input>
原文地址:https://www.cnblogs.com/lpp-11-15/p/13163492.html