feat: 字段修改
parent
381d2ae56e
commit
a0242f154f
|
|
@ -21,7 +21,7 @@
|
|||
<view class="flex flex-col ml-[24rpx] justify-between flex-1">
|
||||
<view class="flex justify-between mb-[14rpx]">
|
||||
<view class="flex justify-between flex-col gap-[6rpx]">
|
||||
<text class="text-[32rpx] font-semibold">{{ college.name }}</text>
|
||||
<text class="text-[32rpx] font-semibold">{{ college.unName }}</text>
|
||||
<text class="text-[22rpx] text-[#505050]">
|
||||
{{ college.city }}·{{ college.educationCategory }}
|
||||
</text>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<template #title>
|
||||
<view class="flex items-center justify-between px-[32rpx] pt-[32rpx] pb-[24rpx]">
|
||||
<view class="flex flex-col gap-[14rpx]">
|
||||
<text class="text-[36rpx] text-[#303030] font-bold">{{ college?.name }}</text>
|
||||
<text class="text-[36rpx] text-[#303030] font-bold">{{ college?.unName }}</text>
|
||||
<text class="text-[22rpx] text-[#505050]">
|
||||
{{ college?.city }}·{{ college?.educationCategory }}
|
||||
</text>
|
||||
|
|
|
|||
Loading…
Reference in New Issue