【功能优化】商城:客服页面优化

This commit is contained in:
卢越
2024-09-26 15:37:12 +08:00
parent 0db57da901
commit db98b376ff
3 changed files with 21 additions and 7 deletions

View File

@ -11,7 +11,7 @@ const prefixCls = getPrefixCls('content-wrap')
defineProps({
title: propTypes.string.def(''),
message: propTypes.string.def(''),
bodyStyle: propTypes.object.def({ padding: '20px' })
bodyStyle: propTypes.object.def({ padding: '10px' })
})
</script>