feat: 专业组

master
xjs 2025-05-07 09:48:21 +08:00
parent 7a87f1b52e
commit 6e98088865
1 changed files with 6 additions and 3 deletions

View File

@ -6,9 +6,12 @@
<div class="flex flex-col gap-[16rpx] flex-1"> <div class="flex flex-col gap-[16rpx] flex-1">
<div class="flex justify-between flex-auto"> <div class="flex justify-between flex-auto">
<div class="flex flex-col"> <div class="flex flex-col">
<span class="text-[32rpx] text-[#000] font-semibold truncate max-w-[400rpx]"> <div class="flex items-center">
{{ major.major.replace(/(\r\n|\n|\r)/g, "") }} <div class="text-[32rpx] text-[#000] font-semibold max-w-[400rpx]">
</span> {{ major.major.replace(/(\r\n|\n|\r)/g, "") }}
</div>
<div v-if="major.majorCode" class="bg-[#E2EDF9] rounded-[4rpx] text-[20rpx] text-[#1580FF] px-[6rpx] py-[4rpx] ml-[10rpx]">{{ major.majorCode }}</div>
</div>
<span class="text-[22rpx] text-[#1F2329] mt-[14rpx]">{{ major.remark }}</span> <span class="text-[22rpx] text-[#1F2329] mt-[14rpx]">{{ major.remark }}</span>
<div class="flex justify-between text-[22rpx] text-[#1F2329] mt-[14rpx] gap-[16rpx]"> <div class="flex justify-between text-[22rpx] text-[#1F2329] mt-[14rpx] gap-[16rpx]">
<div class="flex flex-col gap-[16rpx]"> <div class="flex flex-col gap-[16rpx]">