|
|
@@ -3,7 +3,7 @@
|
|
|
<view class="ut-empty__icon">
|
|
|
<image :style="{ width, height }" :src="image" mode="aspectFit"></image>
|
|
|
</view>
|
|
|
- <view class="ut-empty__text f-s-24" style="margin-top: -50rpx;" :style="{color}">
|
|
|
+ <view class="ut-empty__text f-s-24" style="margin-top: -50rpx" :style="{ color }">
|
|
|
<slot>
|
|
|
{{ text }}
|
|
|
</slot>
|
|
|
@@ -33,4 +33,4 @@ const props = defineProps({
|
|
|
default: '#ccc',
|
|
|
},
|
|
|
});
|
|
|
-</script>
|
|
|
+</script>
|