🐞 fix(ID1001329 ui修复):

This commit is contained in:
czm 2023-03-01 14:37:14 +08:00
parent 753a9782bf
commit 161f50fb59
16 changed files with 27 additions and 8 deletions

View File

@ -16,6 +16,10 @@
color: rgba(0, 0, 0, 0.8);
}
}
.more {
display: flex;
align-items: center;
}
}
.remarks_message {
height: 82px;

View File

@ -2,6 +2,7 @@ import { Text, View } from '@tarojs/components'
import { useEffect, useState } from 'react'
import styles from './index.module.scss'
import Remark from '@/components/remark'
import IconFont from '@/components/iconfont/iconfont'
interface Param {
onSave?: (val: string) => void
@ -22,7 +23,7 @@ export default (props: Param) => {
<View className={styles.remarks} onClick={() => setShowRemark(true)}>
<View className={styles.remarks_header}>
<Text></Text>
<Text>/</Text>
<View className={styles.more}>/ <IconFont color="#000000FF" name="icon-rukou" size={30} /></View>
</View>
<View className={styles.remarks_message}>
<Text>{data || '尚未备注信息'}</Text>

View File

@ -38,6 +38,7 @@
width: 100%;
text-align: right;
padding: 32px 0 24px 0;
font-weight: 700;
}
}
}

View File

@ -27,11 +27,13 @@
justify-content: space-between;
font-size: 28px;
color: rgba(0, 0, 0, 0.8);
text {
display: flex;
align-items: center;
&:nth-child(2) {
color: #337fffff;
font-weight: 700;
}
}
}

View File

@ -33,7 +33,7 @@ export default (props: Param) => {
}, [props.defaultValue])
return <>
<View className={styles.address_con} >
<IconFont name="icon-dingwei" size={50} />
<IconFont name="icon-dingwei" size={60} />
<View className={styles.message}>
<View className={styles.info_address}>
<View className={styles.address_name}>{data.address_title || '请选择收货地址'}</View>

View File

@ -72,10 +72,10 @@
color: $color_font_two;
}
.order_status_select {
color: $color_main;
color: rgba(0, 0, 0, 0.8);
}
.order_status_tag_select {
color: $color_main;
color: rgba(0, 0, 0, 0.8);
}
}
.order_status_des {

View File

@ -79,6 +79,7 @@
width: 100%;
text-align: right;
padding: 32px 0 24px 0;
font-weight: 700;
}
}
}

View File

@ -41,6 +41,7 @@
text-align: center;
line-height: 72px;
color: #000000;
font-size: 28px;
}
}
}

View File

@ -16,6 +16,10 @@
color: rgba(0, 0, 0, 0.8);
}
}
.more {
display: flex;
align-items: center;
}
}
.remarks_message {
height: 82px;

View File

@ -3,6 +3,7 @@ import { useEffect, useState } from 'react'
import classNames from 'classnames'
import styles from './index.module.scss'
import Remark from '@/components/remark'
import IconFont from '@/components/iconfont/iconfont'
interface Param {
onSave?: (val: string) => void
@ -23,7 +24,7 @@ export default (props: Param) => {
<View className={styles.remarks} onClick={() => setShowRemark(true)}>
<View className={styles.remarks_header}>
<Text></Text>
<Text>/</Text>
<View className={styles.more}>/ <IconFont color="#000000FF" name="icon-rukou" size={30} /></View>
</View>
<View className={styles.remarks_message}>
<Text className={classNames(data ? styles.valuable : '')}>{data || '尚未备注信息'}</Text>

View File

@ -38,6 +38,7 @@
width: 100%;
text-align: right;
padding: 32px 0 24px 0;
font-weight: 700;
}
}
}

View File

@ -32,6 +32,7 @@
align-items: center;
&:nth-child(2) {
color: #337fffff;
font-weight: 700;
}
}
}

View File

@ -33,7 +33,7 @@ export default (props: Param) => {
}, [props.defaultValue])
return <>
<View className={styles.address_con} >
<IconFont name="icon-dingwei" size={50} />
<IconFont name="icon-dingwei" size={60} />
<View className={styles.message}>
<View className={styles.info_address}>
<View className={styles.address_name}>{data.address_title || '请选择收货地址'}</View>

View File

@ -72,10 +72,10 @@
color: $color_font_two;
}
.order_status_select {
color: $color_main;
color: rgba(0, 0, 0, 0.8);
}
.order_status_tag_select {
color: $color_main;
color: rgba(0, 0, 0, 0.8);
}
}
.order_status_des {

View File

@ -61,6 +61,7 @@
width: 100%;
text-align: right;
padding: 32px 0 24px 0;
font-weight: 700;
}
}
}

View File

@ -41,6 +41,7 @@
text-align: center;
line-height: 72px;
color: #000000;
font-size: 28px;
}
}
}