fix: 排序页面修改

master
xjs 2025-04-16 14:19:32 +08:00
parent fa3e56b371
commit 409241052c
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
</div>
</div>
<div class="h-[2rpx] bg-[#EDEDED] w-full"></div>
<div class="overflow-auto transition-all duration-300 w-full" :style="{ maxHeight: isCollapsed ? '100vh' : '0' }" v-if="isCollapsed">
<div class="transition-all duration-300 w-full" :style="{ height: isCollapsed ? 'max-content' : '0' }" v-if="isCollapsed">
<virtual-list v-model="college.vItems" data-key="sort" lock-axis="x" handle=".handle-major" chosen-class="choose-item">
<template v-slot:item="{ record, index }">
<MajorItem :collegeIndex="collegeIndex" :major="record" :major-index="index" :score="score" :year="2024" v-bind="$attrs" />