You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<template>
|
|
<div class="empty-content">
|
|
<el-empty description="请选择功能进行分析" />
|
|
</div>
|
|
</template>
|
|
|
|
<script setup>
|
|
// 空内容组件,用于默认显示
|
|
</script>
|
|
|
|
<style scoped>
|
|
.empty-content {
|
|
padding: 40px 0;
|
|
text-align: center;
|
|
}
|
|
</style> |