优化细节
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<cl-text
|
<cl-text
|
||||||
:pt="{
|
:pt="{
|
||||||
className: parseClass([
|
className: parseClass([
|
||||||
'cl-empty__text',
|
'cl-empty__text text-sm text-surface-400',
|
||||||
{
|
{
|
||||||
'text-surface-100': isDark
|
'text-surface-100': isDark
|
||||||
}
|
}
|
||||||
@@ -98,9 +98,5 @@ const pt = computed(() => parsePt<PassThrough>(props.pt));
|
|||||||
&__icon {
|
&__icon {
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 20rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__text {
|
|
||||||
@apply text-surface-400 text-sm;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user