
功能
m0_56187277
这个作者很懒,什么都没留下…
展开
-
class样式根据不同的文字内容进行切换
html:<div :class="merchantPlatform === 'Merchant' ? 'coupon-left-top-s' : 'coupon-left-top-p' "> {{ merchantPlatform }} </div>...原创 2022-03-02 15:36:16 · 182 阅读 · 0 评论 -
页面加载时子组件的dom还没获取
监听延时加载 watch: { show() { this.visible = this.show; this.$nextTick(()=>{ setTimeout(()=>{ this.getEcharts() }, 500) }) // this.dialogForm...原创 2022-01-14 17:59:10 · 388 阅读 · 0 评论 -
一行内显示,不换行
限制旨在一行内显示,即使缩小屏幕也不会挤到下一行::v-deep .el-form-item__label { white-space: nowrap; }原创 2021-12-27 17:41:07 · 1280 阅读 · 0 评论 -
input自适应
父级设置百分百子级设置30%孙级设置79%原创 2021-12-27 17:38:43 · 113 阅读 · 0 评论