diff --git a/src/components/ContentDetailWrap/src/ContentDetailWrap.vue b/src/components/ContentDetailWrap/src/ContentDetailWrap.vue index a518d1354..89e88ec1a 100644 --- a/src/components/ContentDetailWrap/src/ContentDetailWrap.vue +++ b/src/components/ContentDetailWrap/src/ContentDetailWrap.vue @@ -9,7 +9,7 @@ const { t } = useI18n() const { getPrefixCls } = useDesign() -const prefixCls = getPrefixCls('content-wrap') +const prefixCls = getPrefixCls('content-detail-wrap') defineProps({ title: propTypes.string.def(''), @@ -24,27 +24,32 @@ onMounted(() => { -