flx:修改弹窗展示问题

This commit is contained in:
Rain_ 2025-12-06 10:25:58 +08:00
parent 853e1c6eae
commit 5bab5e6ecb
2 changed files with 4 additions and 0 deletions

View File

@ -2172,6 +2172,8 @@ const projectSnName = computed(() => {
padding: 0 20px 5px;
display: flex;
justify-content: space-between;
overflow-y: auto;
max-height: 85vh;
// flex-wrap: wrap;
.content-right {
width: 48%;

View File

@ -2203,6 +2203,8 @@ const projectSnName = computed(() => {
padding: 0 20px 5px;
display: flex;
justify-content: space-between;
overflow-y: auto;
max-height: 85vh;
// flex-wrap: wrap;
.content-right {
width: 48%;