优化细节

This commit is contained in:
icssoa
2025-09-12 17:50:25 +08:00
parent 4af4d7de5d
commit 777564e5d0

View File

@@ -21,7 +21,7 @@
<cl-text
:pt="{
className: parseClass([
'cl-empty__text',
'cl-empty__text text-sm text-surface-400',
{
'text-surface-100': isDark
}
@@ -98,9 +98,5 @@ const pt = computed(() => parsePt<PassThrough>(props.pt));
&__icon {
margin-bottom: 20rpx;
}
&__text {
@apply text-surface-400 text-sm;
}
}
</style>