reafactor: 优化页面
parent
4d9bdd6925
commit
00cd07949a
|
|
@ -14,9 +14,9 @@
|
|||
</view>
|
||||
<text class="text-[32rpx] font-semibold text-[#000]">{{ major.percentAge || '0%' }}</text>
|
||||
</view>
|
||||
<view class="flex flex-col gap-[16rpx]">
|
||||
<view class="flex flex-col gap-[16rpx] flex-1">
|
||||
<view class="flex justify-between flex-auto">
|
||||
<view class="flex flex-col">
|
||||
<view class="flex flex-col flex-1">
|
||||
<text class="text-[32rpx] text-[#000] font-semibold truncate max-w-[400rpx]">
|
||||
{{ major.major.replace(/(\r\n|\n|\r)/g, '') }}
|
||||
</text>
|
||||
|
|
|
|||
Loading…
Reference in New Issue