|
|
@@ -7,19 +7,19 @@
|
|
|
<uv-cell isLink :border="true" :cellStyle="cellStyle" :rightIconStyle="rightIconStyle"
|
|
|
@click="handleUniversitySelect">
|
|
|
<template #title>
|
|
|
- <text class="text-30 text-fore-subtitle">选择院校</text>
|
|
|
+ <text class="text-30 text-fore-subtitle whitespace-nowrap">选择院校</text>
|
|
|
</template>
|
|
|
<template #value>
|
|
|
<text v-if="form.universityName" class="mx-10 text-30 text-fore-title">
|
|
|
{{ form.universityName }}
|
|
|
</text>
|
|
|
- <text v-else class="mr-10 text-30 text-nowrap text-fore-placeholder">请选择</text>
|
|
|
+ <text v-else class="mr-10 text-30 text-fore-placeholder">请选择</text>
|
|
|
</template>
|
|
|
</uv-cell>
|
|
|
<uv-cell isLink :border="false" :cellStyle="cellStyle" :rightIconStyle="rightIconStyle"
|
|
|
@click="handleMajorSelect">
|
|
|
<template #title>
|
|
|
- <text class="text-30 text-fore-subtitle text-nowrap">选择专业</text>
|
|
|
+ <text class="text-30 text-fore-subtitle whitespace-nowrap">选择专业</text>
|
|
|
</template>
|
|
|
<template #value>
|
|
|
<text v-if="form.majorName" class="mx-10 text-30 text-fore-title">
|