From d223f8428839117f7544e5e7b9bf8b23246ce7ac Mon Sep 17 00:00:00 2001 From: JYW <2013732181@qq.com> Date: 星期五, 26 四月 2024 11:09:22 +0800 Subject: [PATCH] 2024-04-26印章类型修改 --- 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