feat: 订单详情布局功能调整
This commit is contained in:
@@ -21,17 +21,16 @@
|
||||
}"
|
||||
>
|
||||
<view class="flex flex-items-center flex-row flex-shrink-0 mr-8">
|
||||
<uni-icons fontFamily="znicons" size="20" color="#333">{{
|
||||
zniconsMap[moduleItem.moduleIcon]
|
||||
}}</uni-icons>
|
||||
<text class="font-size-14 color-171717 line-height-20">{{
|
||||
moduleItem.moduleTitle
|
||||
}}</text>
|
||||
<uni-icons fontFamily="znicons" size="20" color="#333">
|
||||
{{ zniconsMap[moduleItem.moduleIcon] }}
|
||||
</uni-icons>
|
||||
<text class="font-size-14 color-171717 line-height-20">
|
||||
{{ moduleItem.moduleTitle }}
|
||||
</text>
|
||||
</view>
|
||||
<text
|
||||
class="flex-full font-size-12 color-525866 line-height-20 mt-4"
|
||||
>{{ moduleItem.moduleContent }}</text
|
||||
>
|
||||
<text class="flex-full font-size-12 color-525866 line-height-20 mt-4">
|
||||
{{ moduleItem.moduleContent }}
|
||||
</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -66,7 +66,7 @@ const props = defineProps({
|
||||
default: true,
|
||||
},
|
||||
// 背景颜色
|
||||
backgroundColor: {
|
||||
background: {
|
||||
type: String,
|
||||
default: "#d9eeff",
|
||||
},
|
||||
@@ -131,7 +131,7 @@ const navBarClass = computed(() => {
|
||||
// 计算导航栏样式
|
||||
const navBarStyle = computed(() => {
|
||||
return {
|
||||
backgroundColor: props.backgroundColor,
|
||||
background: props.background,
|
||||
zIndex: props.zIndex,
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user