From cab07c35093158a727854fe8b1809f5a2e4d92e9 Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期三, 17 四月 2024 08:53:46 +0800 Subject: [PATCH] 对检验对象增加了一个字段 --- src/App.vue | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/App.vue b/src/App.vue index 6dcff82..1706364 100644 --- a/src/App.vue +++ b/src/App.vue @@ -102,6 +102,7 @@ padding: 6px 10px; min-width: 0; border-radius: 6px; + z-index: 9999999999 !important; } table { @@ -109,8 +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; @@ -283,7 +292,7 @@ .luckysheet-share-logo,.luckysheet_info_detail_save,.luckysheet_info_detail_update{ visibility: hidden; } - + .el-loading-mask{ z-index: 9990; } -- Gitblit v1.9.3