@ -3,11 +3,11 @@
import {InfoFilled} from "@element-plus/icons-vue";
const props = defineProps({
title:{
title: {
type: String,
default: '说明'
},
width:{
width: {
type: Number,
default: 400
@ -36,5 +36,8 @@ const props = defineProps({
</template>
<style scoped>
</style>
.el-popover {
height: 800px;
overflow: auto;
}