From e69352fe587c790808a1112b2d55c03d4829a3ce Mon Sep 17 00:00:00 2001 From: RogerWork Date: Fri, 19 Jul 2024 15:55:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E5=A2=9E=E5=8A=A0=E6=B0=94?= =?UTF-8?q?=E6=B3=A1=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/update/Tips.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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; +} +