From b093914dbe7cf596aa6ea5a93748ce1354b4c900 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期五, 26 四月 2024 14:58:14 +0800 Subject: [PATCH] 修改this.componentData.selectField.qualificationId.select = list --- src/App.vue | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3a329af..89018ea 100644 --- a/src/App.vue +++ b/src/App.vue @@ -110,9 +110,16 @@ } .el-popover { + max-height: 80vh; + overflow-y: auto; + overflow-x: hidden; padding: 0; z-index: 9999 !important; } + + .el-popover::-webkit-scrollbar{ + width: 0; + } .el-popper .popper__arrow { display: none; @@ -300,4 +307,5 @@ overflow: hidden; text-overflow: ellipsis; } + </style> -- Gitblit v1.9.3