# c-sleeve **Repository Path**: jiangli31346337/c-sleeve ## Basic Information - **Project Name**: c-sleeve - **Description**: Java全栈工程师-小程序 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-13 - **Last Updated**: 2022-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **1.自定义组件的样式要用外部样式类** **2.去重,去除相同的规格值 if (this.cells.some(c => c.id === spec.value_id)) return** **3.Combination 组合算法函数** **4.跨越组件通信 bubbles:true, composed:true** **5.动态设置height:style="height:{{h}}rpx;"** **6.scroll-view动态计算高度 scroll-view style="height:{{h}}rpx;" scroll-y. l-segment也是使用同样的方法动态计算高度**