flx:修改弹窗展示问题

This commit is contained in:
Rain_ 2025-12-06 10:25:58 +08:00
parent 1c2aca748c
commit 7474d83a36

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%;