diff --git a/src/components/update/Tips.vue b/src/components/update/Tips.vue index 9f5fe5b..ab087b4 100644 --- a/src/components/update/Tips.vue +++ b/src/components/update/Tips.vue @@ -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({ \ No newline at end of file +.el-popover { + height: 800px; + overflow: auto; +} +