Skip to content

Commit 29d493e

Browse files
committed
fix: style
1 parent 2dcb737 commit 29d493e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ContentDetailWrap/src/ContentDetailWrap.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ onMounted(() => {
2828
<div
2929
:class="[
3030
`${prefixCls}-header`,
31-
'lex b-b-1 h-50px items-center text-center bg-white pr-10px'
31+
'flex b-b-1 h-50px items-center text-center bg-white pr-10px'
3232
]"
3333
>
3434
<div :class="[`${prefixCls}-header__back`, 'flex pl-10px pr-10px ']">

0 commit comments

Comments
 (0)