🐞 fix(修复剪样样式、):

This commit is contained in:
czm 2023-02-23 13:50:55 +08:00
parent 783bcae1c4
commit 0e57d8b721
2 changed files with 4 additions and 4 deletions

View File

@ -143,7 +143,7 @@ const BindSalesman = () => {
cCanvasCtx.save() cCanvasCtx.save()
cCanvasCtx.font = `${doublePick(40)}px 微软雅黑` cCanvasCtx.font = `${doublePick(40)}px 微软雅黑`
cCanvasCtx.fillStyle = '#000000' cCanvasCtx.fillStyle = '#000000'
cCanvasCtx.fillText('陆盈商城', doublePick(40), doublePick(80)) // text up above canvas cCanvasCtx.fillText('商城', doublePick(40), doublePick(80)) // text up above canvas
cCanvasCtx.save() cCanvasCtx.save()
cCanvasCtx.font = `${doublePick(26)}px 微软雅黑` cCanvasCtx.font = `${doublePick(26)}px 微软雅黑`
cCanvasCtx.fillStyle = '#8f9398' cCanvasCtx.fillStyle = '#8f9398'
@ -151,7 +151,7 @@ const BindSalesman = () => {
cCanvasCtx.save() cCanvasCtx.save()
cCanvasCtx.font = `${doublePick(24)}px 微软雅黑` cCanvasCtx.font = `${doublePick(24)}px 微软雅黑`
cCanvasCtx.fillStyle = '#a6a6a6' cCanvasCtx.fillStyle = '#a6a6a6'
cCanvasCtx.fillText('请前往陆盈商城,进行填写或扫描邀请', doublePick(100), doublePick(630)) // text up above canvas cCanvasCtx.fillText('请前往商城,进行填写或扫描邀请', doublePick(100), doublePick(630)) // text up above canvas
cCanvasCtx.save() cCanvasCtx.save()
cCanvasCtx.font = `${doublePick(36)}px 微软雅黑` cCanvasCtx.font = `${doublePick(36)}px 微软雅黑`
cCanvasCtx.fillStyle = '#7f7f7f' cCanvasCtx.fillStyle = '#7f7f7f'
@ -260,7 +260,7 @@ const BindSalesman = () => {
<View className={styles.content}> <View className={styles.content}>
<View className={styles.background}> <View className={styles.background}>
<View className={styles.left}> <View className={styles.left}>
<View className={styles.title}></View> <View className={styles.title}></View>
<View className={styles.description}></View> <View className={styles.description}></View>
</View> </View>
<View className={styles.right}> <View className={styles.right}>

View File

@ -14,7 +14,7 @@ const WeightMemo = ({ onCheck, onCustom }: Param) => {
<View className={styles.weight_memo_item} onClick={() => onCheck?.()}> <View className={styles.weight_memo_item} onClick={() => onCheck?.()}>
<View className={styles.title}> <View className={styles.title}>
<Text className={classnames('iconfont icon-a-yuanmadanmadanguanli', styles.miconfont_check)}></Text> <Text className={classnames('iconfont icon-a-yuanmadanmadanguanli', styles.miconfont_check)}></Text>
<Text></Text> <Text>A+</Text>
</View> </View>
<View className={styles.desc}> <View className={styles.desc}>
<Text></Text> <Text></Text>