当btnStatus 为 true 时,按钮样式为半透明 <button :style="{ opacity: btnStatus == true ? 0.6 : 1 }" ></button> 相关文章: