摘要:
HTML:组件部分 <template> <!-- #ifdef MP-WEIXIN --> <view class="top-nav" :style="{ opacity:transparency }" > <text class="iconfont icon-fanhui1" v-if="sho 阅读全文
posted @ 2021-09-26 17:04
_只码农
阅读(705)
评论(0)
推荐(0)
摘要:
在封装组件时遇到需求,在不同页面使用该组件时可以修改背景颜色,有如下方法: 1.使用十六进制 :style="{ backgroundColor:bgc, }" js: props:{ bgc:{ type:String, default:"#FFF" }, } 2.也就是rgba修改,由于项目需求 阅读全文
posted @ 2021-09-26 16:42
_只码农
阅读(1640)
评论(0)
推荐(0)